/* CSS Document 
Thanks to Maks Feltrin, http://css.maxdesign.com.au/listamatic/vertical18.htm*/

ul#navlist
{
	width: 150px;
	padding: 0px;
	border: 1px solid white;
	border-top: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: 700;
	font-size: 0.75em;
}
p#navlist {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: black;
	font-size:0.8em;
	margin-left: 20px;
	line-height: 1em;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid white;
	background-color: #EEE9D7;
	font-size: 1em;
}

ul#navlist .highlight {
	background-color:#B9DF20;
}

ul#navlist li a
{
	display: block;
	width: 122px;
	width: 158px;
	width: 150px;
	padding: 1px 8px 1px 8px;
	border: 0px;
	border-left: 10px solid;
	text-decoration: none;
	text-align: left;
	border-left-color: #FFCC00;
}

ul#navlist li a:link {
	color: #666666;
}
div#navcontainer li a:visited { color: #000000; }

ul#navlist li a:hover
{
	border-color: #003399;
	color: #000000;
	background-color: #DDDDBD;
	width: 124px;
}
.active {
	background-color: #00CC66;
}


.acronym {
	color: #98986D;
	font-size: 1em;
	margin: 10px 10px 0 10px;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.navhead, ul#navlist li.navhead {
	color:#000000;
	text-transform:uppercase;
	padding: 4px 4px 4px 4px;
	font-size: 100%;
	margin: 0;
	letter-spacing: 0.1em;
	background-color: #CECEB9;
	border-top: 1px solid #213E58;
	border-bottom: 1px solid white;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
/*#skip styles to tell screen readers to skip top nav and to to main content. 
See http://www.webaim.org/techniques/skipnav/ for more info.  */
	
 #skip a, #skip a:hover, #skip a:visited {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
color: red;
font-size: .5em;
margin: 0;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
}

