#menu {
	width:216px;
	float:left;
	margin-bottom:10px;
	}

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

#menu .top {width:216px;height:14px;float:left;background:url(../img/menu_top.jpg)}
#menu .mid {width:216px;float:left}
#menu .bot {width:216px;height:14px;float:left;background:url(../img/menu_bot.jpg)}

#menu .menuV  a {
	width:206px;
	height:26px;
	background:url(../img/bg_menu.jpg);
	display:block;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#484646;
	padding:13px 0 0 10px;
}


#menu .menuV a:hover, #menuV .menuV a:visited:hover, #menu .menuV_active  {
	width:206px;
	height:26px;
	background:url(../img/bg_menu_hover.jpg);
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:13px 0 0 10px;

}

