.chromestyle{
	width: 950px;
	font-weight: normal;
	border: 0px solid red;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle UL {
	float: left;
	width: 950px;
	height: 33px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg_menu.png) repeat-x;
	background-position: top;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle UL LI {
	float: left;
	display: inline;
	padding: 5px 15px;
}

.chromestyle UL LI A {
	color: #333333;
	font: 13px Trebuchet MS;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

/* Lo stile sotto permette di visualizzare la freccetta nei menu a discesa tramite css
   NON FUNZIONA PERO' SU IE6 
.chromestyle UL LI A[rel] {
	background: url(../images/down.gif) no-repeat right;
	padding-right: 12px;
}*/

.chromestyle ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a.active {
	text-decoration: none;
	color: green;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	margin-top: 3px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 12px Trebuchet MS;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 160px;
	margin-left: -12px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding-top: 5px;
	padding-bottom:5px;
	text-decoration: none;
	color:  #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #F0F0F0;*/
	background-color: #009634;
	color: #ffffff;
}
 
.active {
	text-decoration: underline;
	color: green;
} 
