#nav   ul   
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	list-style: none;
	height: 25px;
}
#nav   a:link, #nav   a:visited, #nav a:active
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	font-size: 11px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
}

#nav  a.current   {
	color: #000000;
	background-color: #E4C06A;
}

#subnav {
	width: 180px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnav li {
	list-style-image: none;
	margin:0px;
	line-height: 18px;
	text-indent: 10px;
	padding: 0px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#subnav a {
	display: block;
	width: 180px;
	font-weight: normal;
	color: #990000;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
}
#subnav li a.current {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
