/* CSS Document 
Thanks to Maks Feltrin, http://css.maxdesign.com.au/listamatic/vertical18.htm*/

ul#navlist
{
	padding: 0px;
	border: 1px solid white;
	border-top: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: 700;
	font-size: 0.75em;
	width: 150px;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid white;
	background-color: #85ADC6;
	font-size: 1.1em;
	width: 150px;
}

ul#navlist .highlight {
	background-color:#9CB449;
}

ul#navlist li a
{
	display: block;
	padding: 2px 0 2px 8px;
	border-left: 10px solid #456E0C;
	text-decoration: none;
	text-align: left;
}

ul#navlist li a:link {
	color: white;
}
#nav li a:visited {
	color: white;
}

ul#navlist li a:hover
{
	border-color: #009EC9;
	color: white;
	background-color: #9CB449;
}
.active {
	background-color: #00CC66;
}
ul#navlist .calendar {
	background-color: #C90;
}
.navhead, ul#navlist li.navhead {
	color:white;
	text-transform:uppercase;
	padding: 3px 0 3px 3px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	background-color: #9CB449;
	border-top: 1px solid #456E0C;
	border-bottom: 1px solid white;
	width: 150px;
	}
	
/*#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;
}
