#navlist
{
	margin: 0px;
	padding: 0px;
}

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

#navlist a:link, #navlist a:visited
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#navlist a:link#current, #navlist a:visited#current{
}
#navlist #current {
	color: #000000;
	background-image: url(../images/layout/bgnavcurrent.gif);
}

#subnav {
	width: 150px;
	font-size: 11px;
	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;
	border-bottom: 1px solid #999999;
}
#subnav a {
	display: block;
	width: 150px;
	font-weight: bold;
	color: #333333;
}
#subnav a:link, #subnav  a:visited {
	text-decoration: none;
	padding-bottom: 0px;
}
#subnav a:hover {

	display: block;
	width: 150px;
	font-weight: bold;
	color: #999999;
}
#subnav li a#current {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
