#content{
	width: 530px;
}

#subnav{
	float: left;
	width: 190px;
	margin-top: 25px;
	margin-left: 13px;
	overflow: none;
}
*html #subnav{
	margin-top: 35px;
}
#subnav ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav li{
	list-style: none;
	margin-bottom: 1px;
}

#subnav a{
	display: block;
	padding: 5px;
	width: 180px;
	/*background-color: #006089;*/
	background-color: #307e9f;
	border-bottom: 1px solid #eee;
}
#subnav a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}
#subnav a:hover
{
	background-color: #d4d75a;
	color: #fff;
}