body {
	margin: 0px 0px 0px 0px;
	background-color: #DADADA;
}

#headerContainer {
    position: relative;
	min-height: 100%;
	width: 954px;
	height: 61px;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#headerLogo {
	left: 5px;
	top: 10px;	
	position:absolute;	
	width:226px;
	height:51px;	
	z-index:2;
}
#header {
	left: 231px;
	top: 10px;	
	position:absolute;	
	width:648px;
	height:51px;	
	z-index:3;	
	background-image: url(../images/backgrounds/headerBkgrd.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#headerEndCap {
	left: 878px;
	top: 10px;	
	position:absolute;	
	width:76px;
	height:51px;	
	z-index:5;	
}





#headerMenu {
	margin: 9px 0px 0px 0px;
}
#headerMenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ecf1f8;
	text-transform: uppercase;
	text-decoration: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 99%;
	background-color: #3c73b7;
	border-left: 2px solid #5988c2;
}
* html #headerMenu ul { /*IE only rule, reduce menu width*/
	width: 99%;
}
#headerMenu ul li {
	display: inline;
}
#headerMenu ul li a {
	float: left;
	color: #ecf1f8;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	border-right: 2px solid #5988c2;
}
#headerMenu ul li a:visited {
	color: #ecf1f8;
}
#headerMenu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}




