@CHARSET "ISO-8859-1";

#Header {
	position:				relative;
	top:					0px;
	left:					0px;
	width:					796px;
	height:					90px;
	margin:					0px;
	z-index:				40;
}

#HeaderBackground {
	position:				absolute;
	top:					0px;
	left:					0px;
	width:					796px;
	height:					90px;
	margin:					0px;
	background-position:	106px 0px;
	background-repeat:		no-repeat;
}

#HeaderLogo {
	position:				relative;
	float:					left;
	width:					106px;
	height:					90px;
	margin:					0px;
	padding:				0px;
}

*html #HeaderLogo {
	left:					-3px;
}

.HeaderButton {
	position:				relative;
	top:					73px;
	left:					15px;
	height:					18px;
	width:					87px;
	float:					left;
	margin-right:			6px;
	padding:				0px;
}

*html .HeaderButton {
	left:					9px;
}

.HeaderMenu {
	position:				absolute;
	display:				none;
	width:					87px;
	top:					17px;
	left:					0px;
	background-color:		#045070;
	color:					#ffffff;
	border:					1px solid #000000;
	font-size:				8pt;
}

.HeaderMenuLink {
	position:				relative;
}

.HeaderMenuLinkHighlight {
	position:				relative;
	background-color:		#45616D;
}

.HeaderSubMenu {
	position:				absolute;
	display:				none;
	left:					77px;
	top:					0px;
	width:					auto;
	background-color:		#45616D;
	color:					#ffffff;
	border:					1px solid #000000;
}

.HeaderMenu a:link, .HeaderMenu a:visited, .HeaderMenu a:focus, .HeaderMenu a:hover, .HeaderMenu a:active {
	color:					#ffffff;
}
