#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-family: Verdana;
  font-size: 10px;
}


#chromemenu ul li{
  font-family: Verdana;
  font-size: 10px;
display: inline;
}

#chromemenu ul li a{
  font-family: Verdana;
  font-size: 10px;
	float: left;
	color: #F5F5F5; /*COLORE LINK TESTATA*/
	font-weight: bold;
	padding: 5px 10px 6px 8px;
	text-decoration: none;
	background: url(divisore.bmp) center right no-repeat;
}

#chromemenu ul li a:hover{
  color: White; /*COLORE LINK TESTATA OVER*/
  text-decoration: underline;
  font-family: Verdana;
  font-size: 10px;
/*    background: url(menuover.bmp) center left no-repeat ; */
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/* content: " " url(drop.gif) " ";*/ /*uncomment this line to use an image instead*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 90;
	border-top: 0px solid Fuchsia; /*Theme Change here*/
	border-bottom-width: 0;
  font-family: Verdana;
  font-size: 10px;
  	/* FONT MENU CASCATA */
	line-height: 12px;
	z-index: 100;
	visibility: hidden;
width: 200px;

}

.dropmenudiv a{
	width: 150%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray; /*Theme Change here*/
	border-left: 1px solid gray; /*Theme Change here*/
	border-right: 1px solid gray; /*Theme Change here*/
	border-top: 0px solid gray; /*Theme Change here*/
	padding: 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #505050;
	background-color: #F0F0F0; /*  BG MENU CASCATA */
	filter: alpha(opacity=95);
	  font-family: Verdana;
  font-size: 10px;
}
.dropmenudiv a:visited{
	width: 150%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray; /*Theme Change here*/
	border-left: 1px solid gray; /*Theme Change here*/
	border-right: 1px solid gray; /*Theme Change here*/
	border-top: 0px solid gray; /*Theme Change here*/
	padding: 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #505050;
	background-color: #F0F0F0; /*  BG MENU CASCATA */
	filter: alpha(opacity=90);
	  font-family: Verdana;
  font-size: 10px;
}
.dropmenudiv a:hover{
	background-color: #7D94A3; /* MENU CASCATO BG COLOR OVER*/
	text-decoration: none;
	color: white;
  font-family: Verdana;
  font-size: 10px;	
  	padding: 5px 0px 5px;
}

/*
#ADED7C  verde scuro
#EAFADC  VERDE CHIARO
#FFFAF0 GIALLO CHIARO
*/