#menu ul {	
	list-style:none;
	list-style-image:none;
	float:right;
	margin:-20px 21px 0 0;
}
	
#menu ul li {
	color:#fff;
	list-style-image:none;
	float:left;
	margin:0;
	padding:0;
	font-size:13px;
}

#menuV  a {
	height:31px;
	color:#fff;
	background:url(../img/bt.jpg) no-repeat top right;
	display:block;
	text-align:center;
	padding:12px 15px 0 15px;
	text-decoration:none
}	

#menuV a:hover, #menuV a:visited:hover, #menuV .menuV_active a  {
	height:31px;
	background:url(../img/bt_hover.jpg) no-repeat top right;
	text-align:center;
	text-decoration:none
}