/* CSS Document */
 #navlist
{
	position: absolute;
	/*width: 100%;*/
	width:62.8em;
	margin: 140px 0px 0px 0px;
	padding: 0;
	white-space: nowrap;
	text-align: right;
	background-color: #82374C;
}

#navlist li
{
	float: left;
	margin: 0 0 0 0px;
	border-width: 0px 1px 0;
	border-style: solid;
	border-color: #EEEEEE;
	list-style-type: none;
	top: 0px;
}

#navlist li a
{
	position: relative;
	width:110px;
	display: block;
	margin: 0;
	padding: 3px 5px 5px;
	background-color: #82374C;
	color: #FFFFFF;
	font: normal 1em/normal Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#navlist li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	padding: 3px 5px 0px;
	font-size: 1.08em;
	
}

#navlist li#active a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.08em;
}

#navlist li#s_active a
{
	color: #FFFFFF;
	text-decoration: underline;
	/*font-size: 1.08em;*/
}


#navlist ul#subnavlist
{
	position: absolute;
	left: 0px;
	top: 27px;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 3px solid #591A2E;
	white-space: nowrap;
	background-color: #EEEEEE;
	width: 62.8em;
}

#navlist ul#subnavlist li
{
	margin: 0;
	border: 0;
	height: 1.2em;
	list-style: none;
	padding-left: 10px;
    padding-top: 5px;
	left: 10px;
}
#navlist ul#subnavlist li#subactive a
{
	text-decoration: none;
	color: #000000;
	
}

/*
#navlist ul#subnavlist li#subactive a:hover
{
	color: #CC0000;
	text-decoration: underline;
	font-weight: 400;

}*/

#navlist ul#subnavlist li a
{
	width: 120px;
	padding: 0.1em 0em 0 10px;
	text-decoration: underline;
	background-color: #EEEEEE;
	color: #000;
	font: normal normal 0.66em/110% Verdana, Arial, sans-serif;
	height: 1.5em;
}

#navlist ul#subnavlist li a:hover
{
	color: #CC0000;
	text-decoration: underline;
	font-weight: 400;
}


* html > body #navlist, * html > body #navlist ul#subnavlist
