#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg3.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: 10px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: White; /*COLORE LINK TESTATA*/
	font-weight: bold;
	padding: 4px 12px 6px 4px;
	text-decoration: none;
	background: url(divisore_grigio.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
	color: #004F00; /*COLORE LINK TESTATA OVER*/
	text-decoration: underline;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(down4.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 0px solid WHITE; /*Theme Change here*/
	border-bottom-width: 0;
	font: normal 10px verdana; /* FONT MENU CASCATA */
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid Green; /*Theme Change here*/
	border-left: 1px solid Green; /*Theme Change here*/
	border-right: 1px solid Green; /*Theme Change here*/
	border-top: 0px solid Green; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #004F00;
	background-color: #F0F0F0; /*  BG MENU CASCATA */
	filter: alpha(opacity=95);
}

.dropmenudiv a:hover{
	background-color: #EAFADC; /* MENU CASCATO BG COLOR OVER*/
	text-decoration: underline;
}

/*
#ADED7C  verde scuro
#EAFADC  VERDE CHIARO
#FFFAF0 GIALLO CHIARO
*/
