#HeaderTools
{
	float:right;
}

#HeaderTools .ToolContainer
{
	display: block;
	float: right;
	margin-left: 10px;
	position: relative;
}
#HeaderTools .ToolLink
{
	position: relative;
	display: block;
	padding: 5px 10px 5px 20px;
	background-image: url(/images/linkicons/emlink_new.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	z-index: 100;
}
#HeaderTools .SelectedToolLink
{
	position: relative;
	display: block;
	padding: 5px 10px 5px 20px;
	background-color: #efefef;
	border: 1px solid #cccccc;
	border-bottom-style: none;
	border-top-style: none;
	background-image: url(/images/linkicons/treemenuexpanded.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	z-index: 101;
}
#HeaderTools .LanguagePnl
{
	display: block;
	position: absolute;
	top: 24px;
	left: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #efefef;
	border: 1px solid #cccccc;
	z-index: 99;
}
#HeaderTools .LanguagePnl td
{
	width: 100px;
	text-align: left;
}
#HeaderTools .QuickSearchPnl
{
	display: block;
	position: absolute;
	top: 24px;
	left: 0px;
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #cccccc;
	z-index: 98;
}
#HeaderTools .QuickSearchBtn
{
	display: block;
	margin: 2px 0 0 10px;
}

#HeaderTools .IQ
{
	text-align:right; padding-top: 40px;
}