/*Global Navigation CSS for Blue Top areas*/

#nav_container {
   position:relative;
   margin:0 auto;
   text-align:left;
}

#linkHome {
	position: absolute;
	top: 40px;
	left: 50px;
}

#navigationSection ul {
	list-style: none;
	position: absolute;
	top: 98px;
	left: 26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
	
#navigationSection li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	/*border-left: 1px solid #444444;*/
}
	
#navigationSection a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 19px;
	text-decoration: none;
}
	
#navigationSection a:hover {
	color: #E23429;
	font-size: 14px;
	font-weight: bold;
}
	
#navigationSection #currentSection a {
	/*background: #fff;*/
	color: #E23429;
	font-size: 14px;
	font-weight: bold;
}


#breadcrumbs {
	position: absolute;
	top: 135px;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:9px;
	color:#ffffff; 
	font-weight: normal;
	text-align: right;
	padding-right: 35px; 
 }
 
#breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
	
#breadcrumbs a:hover {
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

#lhNavNarrow{
	background-image: url(../../images/lh_nav_narrow_bkgrnd.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
