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

.div_mn_ver ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 280px; /* Width of Menu Items */
	background-color:#FFFFFF;
	text-align:left;
		font-size:14px;
		margin-top:10px;

}
	

	
.div_mn_ver ul li{
position: relative;
background : url(../../image/mininternostatoveneto/mnu1.gif) no-repeat center left ; 
}
	
	
/*Sub level menu items */
.div_mn_ver ul li ul{

position: absolute;
width: 250px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color:#a70000;
background-image:none;




}






/* Sub level menu links style */
.div_mn_ver ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color:white;
	margin-top:0px;
	text-decoration: none;
	margin-top:0px;
	
	font-size:14px;
	
	height:30px;
	padding-left:15px;

	
}

.div_mn_ver ul li a:visited{
color: black;
}

.div_mn_ver ul li a:hover{
	
	background : url(../../image/mininternostatoveneto/mnu2.gif) no-repeat center left ; 
}

.div_mn_ver .subfolderstyle{
background: url(../../image/mininternostatoveneto/arrdx_ver.png) no-repeat center right;


}

	
/* Holly Hack for IE \*/
* html .div_mn_ver ul li { float: left; height: 1%; }
* html .div_mn_ver ul li a { height: 1%; }
/* End */



