#navlist
{
	margin-left: 0;
	width: 215px;
	background-color: #000000;
	font-family: Sylfaen, "Lucida Grande", Verdana, Tahoma, Arial, Times, Sans-Serif;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	font-size: 10pt;
	font-family: Sylfaen, "Lucida Grande", Verdana, Tahoma, Arial, Times, Sans-Serif;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #FFFFFF;
	padding: 0.25em 0.5em 0.4em 0.75em;
	background-image: url(../_images/Nav_Images/OrngBk.gif);
	background-repeat: repeat;
	border: 2px solid #FF9900;
}

#navlist a#current {
	color: #FFFFFF;
	background-image: url(../_images/Nav_Images/OrngBk.gif);
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

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

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* 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
{
	padding: 0.4em 0.35em 0.25em 0.9em;
	color: #FFFFFF;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	background-image: url(../_images/Nav_Images/OrngBk.gif);
}

#navlist a:active, #navlist a#current:active
{
border-color: #FF0000;
padding: 0.4em 0.35em 0.25em 0.9em;
}
