ul.hmenu, ul.vmenu { font-size:12px; list-style: none;
	margin-left: 0;
	margin-top:0px;
	padding-left: 10px;
} 
ul.hmenu ul, ul.vmenu ul {padding-left: 10px;margin-left: 0; list-style: none;}
ul.hmenu li ul, ul.vmenu li ul {
    display: none;
}
ul .hmenu li, ul .vmenu li { height:auto; padding: 5px 2px;}
ul .hmenu a, ul .vmenu a{ text-decoration:none;}
ul.hmenu li a, ul.vmenu li a{ 
	margin:0px;
	text-decoration:none;
	display: block;
	padding: 5px 2px;
	border-bottom:1px dotted #aaa;	
	width:160px;
	color: #06638A; /*azzurro #06638A verde #009e3f*/
	height:auto;
	font-weight:bold;
	}
	ul.hmenu li a:hover, ul.vmenu li a:hover{ 
	text-decoration:none;
	color: #06638A;
	border-bottom:1px dotted #aaa;	
	}
ul.hmenu ul li a, ul.vmenu ul li a{ color:#009e3f;width:150px; }
ul.hmenu ul li a:hover, ul.vmenu ul li a:hover{ color:#009e3f;width:150px; border-bottom:1px dotted #aaa;	}
span.selected{  /*stile elemento selezionato*/
	display: block;
	width:150px;
	color:#888;
	height:auto;
	padding: 5px 2px;
	font-weight:bold;
	border-bottom:1px dotted #aaa;	
}

ul.hmenu li, ul.vmenu li {
list-style-type:none;
}

