/* BEGIN Main Left Column Navigation */
#navlist
{
	color: white;
	padding: 0px;
	margin-left: 0;
	width: 11em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
}

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

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: white;
	padding: 0.25em 0.5em 0.4em 0.75em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2B3F95;
	border-right-color: #2B3F95;
	border-bottom-color: #2B3F95;
	border-left-color: #DF1E21;
	background-color: #021B77;
}

#navlist a#current {
	border-color: #EC1922;
}

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

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

#navcontainer>#navlist a
{

/* 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;
	background-color: #2B3F95;
}

#navlist a:active, #navlist a#current:active
{
	border-color: #2B3F95;
	padding: 0.4em 0.35em 0.25em 0.9em;
	background-color: #DF1E21;
}
#navcontainer {

}
#wrapper2 #content #one_col #navcontainer {
	display: inline;
	float: left;
	vertical-align: top;
}
