#navlist
{
	border-top:25px solid #C61E22;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#subnavlist {
	margin:0px 0px 0px 258px;
	padding:0px;
	width:150px;
	display:block;
	clear:left;
	font-size:0.8em;
	font-weight: bolder;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}


#subnavlist li {
	display:block;
	float:left;
	clear:left;
	width:150px;
}



#navlist a:link, #navlist a:visited, #subnavlist a:link, #subnavlist a:visited
{
	font-size:0.9em;
	float: left;
	line-height: 14px;
	margin: 5px 35px 0px 0px;
	text-decoration: none;
	color: #C61E22;
	padding-bottom: 3px;
	border:none;
}

#navlist #first, #subnavlist #first {
	margin-left:180px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	background: transparent;
	color: #900;
}

#navlist a:hover, #subnavlist a:hover { color: #900; }

#navlist a.active, #navlist a.active:visited {
}
#navlist a.active:hover{
}
