#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: #353535; /*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: #336699; /*COLORE LINK TESTATA OVER*/
	text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
	
}

#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: 50;
	border-top: 1px solid #336699; /*Theme Change here*/
	border-bottom-width: 0;
  font-family: Verdana;
  font-size: 10px;
  	/* FONT MENU CASCATA */
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	height:40px;
	
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #336699; /*Theme Change here*/
	border-left: 1px solid #336699; /*Theme Change here*/
	border-right: 1px solid #336699; /*Theme Change here*/
	border-top: -1px solid #336699; /*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: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #336699; /*Theme Change here*/
	border-left: 1px solid #336699; /*Theme Change here*/
	border-right: 1px solid #336699; /*Theme Change here*/
	border-top: -1px solid #336699; /*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:hover{
	background-color: #336699; /* 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
*/
