@charset "utf-8";

#vernavcontainer {
	width: 320px;
}

#vernavcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
}

#vernavcontainer a
{
	display: block;
	width: 294px;
	background-color: #6b0707;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 26px;
}

#vernavlist a:visited
{
	color: #b39781;
	text-decoration: none;
}
#vernavlist a:link
{
color: #EEE;
text-decoration: none;
}
#vernavlist a:hover
{
	background-color: #369;
	color: #fff;
	text-decoration: none;
}
