#pageHeader {
	margin-top:0px;  margin-bottom:10px; 
	height:134px;
	background-image:url(../images/general/company_logo.gif);
	background-position:top right; background-repeat:no-repeat;
	}
	
#headerGraphics {
	width: 593px;
	height: 96px;
	margin-bottom:7px;
	}
html>body #headerGraphics {
	margin-bottom:10px;
	}

#headerGraphics img.addMargin {
	margin-right: 5px;
}

#headerMenu {
	width: 593px;	
	height:28px;
	}
#headerMenu ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
}

#headerMenu ul li {
	display: inline;
	float:left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left:13px;
	padding-right:14px;
	font-size: 10px;
	text-align:center;
	text-transform: uppercase;
	line-height: 22px;
	font-family: "Avant Garde", Arial, sans-serif;
}
#headerMenu ul li.menuMargin {
	border-color:#FFFFFF; border-style:solid; border-left-width:0px;
	border-right-width:2px; border-top-width:0px; border-bottom-width:0px;
	}

#headerMenu ul li.headerMenuEnd {
	padding-right:0px;
	text-indent:6px;
	clear:right;
	}
#headerMenu ul li a {
	color: #000000;
	text-decoration: none;
}

#headerMenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}