#menu ul {	
	float:left;
	list-style: none;
	width:950px;
}
	
#menu ul li {
	color:#fff;
	list-style-image:none;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}

#menu .menuV  a {
	width:100px;
	height:30px;
	background-image:url(../img/sep_menu2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color:#fff;
	padding-top:20px;
	display:block;
	padding-left:5px;
	font-size:14px;
	text-align:center;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}


#menu .menuV a:hover, #menuV .menuV a:visited:hover, #menu .menuV_active  {
	width:100px;
	height:30px;
	background-image:url(../img/sep_menu_hov2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFF;
	font-size:14px;
	padding-left:5px;
	padding-top:20px;
	text-align:center;
	padding-right:15px;
	text-decoration:none
}

