/*Global Navigation CSS for 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: 95px;
	left: 30px;
	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: #036B2D;
	font-weight: bold;
	padding: 1px 24px;
	text-decoration: none;
}
	
#navigationSection a:hover {
	color: #F26762;
	font-size: 14px;
	font-weight: bold;
}
	
#navigationSection #currentSection a {
	/*background: #fff;*/
	color: #F26762;
	font-size: 14px;
	font-weight: bold;
}


#breadcrumbs {
	position: absolute;
	top: 130px;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:9px;
	color:#036B2D; 
	font-weight: normal;
	text-align: right;
	padding-right: 48px; 
 }
 
#breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	color: #036B2D;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
	
#breadcrumbs a:hover {
	color: #036B2D;
	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;
}*/

#programNav {
	/*position: absolute;
	top: 100px;
  	left: 0px;*/
	background-image: url(../../images/RH_program_nav_box.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
}
