@charset "utf-8";
/* CSS Document */

#MenuV {
	padding-left:0px;

	text-align:center;
}
#MenuV a {
font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	margin:0;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	padding:3pt 7pt;
	height:15px;
	text-decoration:none;
}
#MenuV a.m:hover {
	color:#000000 ;
	background-color:#009b00;
}
#MenuV a.m.active {
	color:#000000 ;
	background-color:#009b00;
}
