/* CSS Document */
 #navlist
{
	position: absolute;
	width: 1006px;
	/*width:200em;*/
	margin: 70px 0px 0px 0px;
	padding: 0;
	white-space: nowrap;
	text-align: right;
	background-color: #fec42d;
}

#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: 0px 0px 0px;
	background-color: #FEC42D;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
	
}

#navlist li a:hover
{
	background-color: #b81028;
	color: #FFF;
}

#navlist li#active a
{
	background-color: #b81028;
	font-size: 1.08em;

}

#navlist li#s_active a
{
	color: #FFFFFF;
	/*text-decoration: underline;*/
	/*font-size: 1.08em;*/
}


#navlist ul#subnavlist
{
	position: absolute;
	left: 0;
	top: 20px;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	white-space: nowrap;
	background-color: #da4823;
	width: 1006px;
}

#navlist ul#subnavlist li
{
	margin: 0;
	border: 10px;
	height: 1.1em;
	list-style: none;
	border-width: 0px 1px 0;
	border-style: solid;
	border-color: #EEEEEE;
	

}
#navlist ul#subnavlist li#subactive a
{
	background-color: #b81028;
	
	
	
}


#navlist ul#subnavlist li#subactive a:hover
{

}

#navlist ul#subnavlist li a
{
	width:110px;
	/*padding: 0.3em 0em 0 10px;*/
	/*text-decoration: underline;*/
	/*background-color: #EEEEEE;*/
	color: #FFF;
	text-decoration:none;
	font: bold normal 0.9em/110% Verdana, Arial, sans-serif;
	height: 1.2em;
	background-color: #da4823;
}

#navlist ul#subnavlist li a:hover
{
	/*color: #CC0000;
	text-decoration: underline;
	font-weight: 400;*/
	background-color:#b81028;
}


* html > body #navlist, * html > body #navlist ul#subnavlist
