div.dhtmlnav
{
	width: 200px;
	background-color: #F0F0EB;
	border: 1px solid #FFFFFF;
	padding: 5px 5px 5px 5px;
}

ul.subnav
{
	padding: 0px;
	margin: 0px;
}

ul.subnav li
{
	padding: 2px 0px 3px 15px;
	margin: 0px;
	line-height: 11px;
	list-style-type: none;
	background-image: url('../images/site/bullet.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	color: #50460A;
}

ul.subnav li a
{
	color: #50460A;
	font: 11px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

ul.subnav li a:hover
{
	color: #20536E;
	font: 11px tahoma, arial, helvetica, sans-serif;
	text-decoration: underline;
}

ul.subnav li.last
{
	border-bottom: 0px;
}