/* CSS Document */

#nav {
	padding:15px 0px 0px 0px; 
	margin:0px 0px 0px 16px;; 
	list-style:none; 
	height:34px; 
	position:relative; 
	z-index:200; 
	font-family: Arial, sans-serif; 
	font-size: 12px;
	width:860px;
	text-align: left;
	overflow: hidden;
	letter-spacing: 1px;
	}
	


#nav li.top {
	display:block; 
	float:left;
	display: inline;
	font-weight: bold;
	height:34px; 
	padding:0; 
	margin:0; 
	}


/* ------------- MENU PRINCIPALE ---------------------*/

#nav li a {
	display:block; 
	float:left; 
	padding:0px 16px 0px 16px; 
	height: 34px;
	text-decoration:none; 
	cursor:pointer;
	margin-right: 2px;
	line-height: 38px;
	display: inline;
	}
	
#nav li a.menu01 {
	color: #cbe3c2;
	}
	
	

#nav li:hover a {
	color: #ffffff;
	background:url(../images/menu01.jpg) top repeat-x;
	}



#nav a:hover {
	background:url(../images/menu01.jpg) top repeat-x;
	color: #ffffff;
	}
	
#nav a.current {
	background:url(../images/menu01hover.jpg) top repeat-x;
	color: #195702;
	}


#nav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse; 
	padding:0; 
	width:0px; 
	height:0; 
	margin:-1px;
	}
	


#nav .sub {
	position:absolute; 
	left:-9999px; top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

#nav li:hover {
	position:relative; 
	z-index:200;
	
	}
#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:200;
	}

#nav :hover ul.sub {
	left:0; 
	right:0; 
	top:35px; 
	background: #ffffff;
	width:190px; 
	height:auto; 
	z-index:300;
	}
	
#nav :hover ul.sub li {
	display:block; 
	height:30px; 
	position:relative; 
	float:left; 
	width:190px; 
	font-weight:bold;
	line-height: 30px;
	margin: 0px;
	}
	
#nav :hover ul.sub li a {
	display:block; 
	height:30px; 
	width:190px; 
	text-decoration:none; 
	padding:0px 0px 0px 10px; 
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 1px;
	margin: 0px;
	line-height: 30px;
	}
	
	
	
/* ----------------------- SOTTOMENU ----------------------- */


/* SOTTOMENU 01 */
#nav :hover ul li a.menu01voce01 {
	background:url(../images/01/01.jpg);
	width:190px; 
	border-top: #ffffff 1px solid;
	border-left: #2d6f18 1px solid;
	border-right: #2d6f18 1px solid;
	border-bottom: #2d6f18 1px solid;
	}
	

	
	

/* testo su voci submenu */	


#nav :hover ul.sub li a:hover b {
	left:22px; 
	top:15px; 
	background:#fff; 
	color:#000; 
	display:block; 
	width:100px; 
	height:20px; 
	text-align:center; 
	font-size:12px; 
	line-height:18px;
	opacity:0.7;
	filter: alpha(opacity=70); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	}
	
	
	
	
	<!--[if lte IE 7]>
<style type="text/css">
.extra:hover b {filter: alpha(opacity=70); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
</style>
<![endif]-->
	