@charset "UTF-8";
/* CSS Document */

/*fix for browser error "extra white space"*/
li {
height: .05em;
}
html>body li {
height: auto;
}
/*END fix for browser error "extra white space"*/
#navigationBkgd {
position:absolute;
left: 25px;
top: 130px;
height: 514px;
width: 180px;
z-index:12;


}

ul#navigation { /*Div for location of nav on page*/
position: absolute;
left: 25px;
top: 40px;
width: 151px;
margin: 0;
padding: 0;
overflow:hidden;

/*background:#dce1e7;*/
} 



/*define width of menu*/

ul#navigation li { /*list styles*/
  font: 11px Arial;
  font-weight:bold;
  list-style: none; 
	background: url(img_nav_content/transparent_nav.png) ;
	border-top: 1px groove #a3a9b6; /*dark grey border from horizontal menu style. */  
	text-align: left; 
  	margin: 0;
	
}
ul#navigation li headings { /*list styles*/
  font: 11px Arial;
  font-weight:bold;
  list-style: none; 
	/*background: url(img_nav_content/transparent_nav_bkgd.png) ; */
	border-top: 0px solid #fff; /*dark grey border from horizontal menu style. */  
	text-align: left; 
  	margin: 0;
	
	
}
/*style for indented text */
ul#navigation li#indent a { /*create list INDENT styles*/
 	font: 9px Arial;
	font-weight:bold;
	list-style: none; 
	/*background-color: #c6c9d3;*/
	/*background: url(img_nav_content/transparent_nav.png) no-repeat;
	border-top: 0px solid #abb2c4; /*dark grey border from horizontal menu style. */
	text-align: left; 
  	margin: 0;
	text-indent: 15px;
}



ul#navigation li a { /*create link styles*/
	display: block; 
  text-decoration: none; 
  padding: .50em; 
  padding-left: .70em; /*text left padding*/
  border-bottom: solid 0px #5d626e; 
  border-right: solid 0px #5d626e; 
  
}

.navigation a:link, a:visited { color:#1a1919; }/*text color visited of selected and active item #575d6a #6a707e*/ 
.navigation a:hover, a:active { color: #f00; } /*#d42733*/
.navigation a:hover {  
/*background:url(img_nav_content/04_redbar.jpg) repeat-x;
/*background: url(images_vertMenu/roundbar-grey-vert_up.gif) repeat-x;
*/
}

ul#navigation li#youarehere a { 
	/*background-color: #c6c9d3;*/
	color: #d42733;}

