/*
css nav block thanks to: 
Author: Ingo Turski at Listamatic http://css.maxdesign.com.au/listamatic/vertical15.htm
and modified by gritafuerte.
*/

#navlist {
	color: white;
	background: white;	
	border-bottom: 0.2em solid white;		/* 3F3F3F = grey */
	border-right: 0.2em solid white;
	padding: 0 1px;
	margin-left: 0;
	width: 95%;		/*12em*/
	font: normal 0.6em Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	font-size: 1.5em;
}

#navlist a {
	display: block;
	text-decoration: none;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	color: #4F4A94;
	background: #54C4CF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #EF3572;
	border-left: 1em solid #EF3572;
	padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { 
	border-color: #FFFFFF #FFFFFF #FFFFFF #EF3572;
}

#navlist a {
	width: 94%;
	/* only necessary for Internet Explorer */
}

#navlist a {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 94%;
	/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
	width: auto;
	/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
	background: #FF76A7;
	color: #FFFFFF;
	border-color: #FFFFFF #FFFFFF #FFFFFF #EF3572;
	padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
	background: #FF76A7;
	border-color: #FFFFFF #FFFFFF #FFFFFF EF3572;
	padding: 0.4em 0.35em 0.25em 0.9em;
}

