ul.navlistvar2
{
	float: left;
	width: 180px;
	margin:0px;
	padding:0px;
}

.navlistvar2 li{
	display: block;
	float: left;
	list-style-type: none;
	background-image: url(../images/degrade_menu_09.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}

.navlistvar2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20428C;
	text-decoration: none;
	width: 192px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0px;
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #20428C;
}

.navlistvar2 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20428C;
	width: 192px;
	line-height: 20px;
	text-align: center;
	margin-top: 0px;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #20428C;
	text-decoration: underline overline;
}

