/* 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, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 0.75em;
	width: 150px;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	background-color: #99CCCC;
	font-size: 1.1em;
	width: 165px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: white;
}

ul#navlist .highlight {
	background-color:#9CB449;
}

ul#navlist li a
{
	display: block;
	text-decoration: none;
	text-align: left;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #996600;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 1px;
}

ul#navlist li a:link {
	color: white;
}
#nav li a:visited {
	color: white;
}

ul#navlist li a:hover
{
	color: white;
	background-color: #604020;
	border-top-color: #99CC99;
	border-right-color: #99CC99;
	border-bottom-color: #99CC99;
	border-left-color: #99CC99;
}
.active {
	background-color: #00CC66;
}
ul#navlist .calendar {
	background-color: #C90;
}
.navhead, ul#navlist li.navhead {
	color:#604020;
	text-transform:uppercase;
	padding: 3px 0 3px 3px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	background-color: #99CCCC;
	width: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #604020;
	border-bottom-color: white;
	}
	
/*#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: #604020;
font-size: .5em;
margin: 0;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
}

