/* CSS Document 
Thanks to Maks Feltrin, http://css.maxdesign.com.au/listamatic/vertical18.htm*/

ul#navlist
{
	width: 156px;
	padding: 0px;
	border: 1px solid white;
	border-top: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: 700;
	font-size: .8em;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid white;
	background-color: #CAD0DC;
}

ul#navlist li a
{
	display: block;
	width: 122px;
	\width: 158px;
	w\idth: 130px;
	padding: 1px 8px 1px 8px;
	border: 0px;
	border-left: 10px solid;
	text-decoration: none;
	text-align: left;
	border-left-color: #D84E44;
}

ul#navlist li a:link {
	color: #000000;
}
div#navcontainer li a:visited { color: #000000; }

ul#navlist li a:hover
{
	border-color: #3A4072;
	color: #2C2A59;
	background-color: #DBDEE3;
}
.active {
	background-color: #EFBABE;
	color: #3E4E72;
	font-size: 1em;
	padding: 0.2em;
	text-transform: uppercase;
}
p {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: #6A696E;
	margin-left: 20px;
	line-height: 1em;
}
.navhead, ul#navlist li.navhead {
	color:#000000;
	text-transform:uppercase;
	padding: 4px 4px 4px 4px;
	font-size: 102%;
	margin: 10px 0 0 0;
	letter-spacing: 0.1em;
	background-color: #ADB8BE;
	border-top: 1px solid #213E58;
	border-bottom: 1px solid white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-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;
}

