@charset "UTF-8";
/* CSS Document */

#header_container {
	width:900px;
	height:82px;
	vertical-align:top;
	}
	
#logo {
	width:181px;
	height:51px;
	float:left;
	}
	
#header_bars {
	width:715px;
	/* IE Fix */
	_width:705px;
	/* END IE Fix */
	padding:15px 0px 0px 0px;
	float:right;
	}
	
#nav_container {
	width:896px;
	height:56px;
	vertical-align:top;
	}
	
#subnav_container {
	width:159px;
	height:auto;
	display:table-cell;
	float:left;
	/*line-height:18px;*/
	text-align:right;
	font-size:11px;
	}
	
#subnav_container div {
	text-align:right;
	padding:0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.secondtier {
	text-align:right;
	padding:0px 30px 0px 0px;
	}

/* THIS IS USED FOR ALL BUT IE TO SHOW ARROW */
#subnav_container div:hover {
	background-image:url(/images/subnav_arrow.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display: block;
	}
	
.secondtier:hover {
	background-image:url(/images/subnav2_arrow.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
/* END */
	
#subnav_container a {
	color:#005280;
	text-decoration:none;
	}
	
	/*
#subnav_container div a:hover {
	color:#0082c8;
	text-decoration:none;
	 THIS IS USED FOR IE ONLY TO SHOW ARROW 
	_background-image:url(/images/subnav_arrow.gif);
	_background-position:right top;
	_background-repeat:no-repeat;
	
	}
	*/
	
.secondtier a:hover {
	color:#0082c8;
	text-decoration:none;
	/* THIS IS USED FOR IE ONLY TO SHOW ARROW */
	_background-image:url(/images/subnav2_arrow.gif);
	_background-position:right top;
	_background-repeat:no-repeat;
	/* END */
	}
	
