* Gestione menu */

.chromestyle {
	width: 100%;
	font-size:0.8em;
}

.chromestyle IMG {
	margin:0px 10px 0px 10px;
}
.chromestyle a {
	border-bottom:5px solid #F4F4F4;
}
.chromestyle a:hover {
	border-bottom:5px solid #e8f404;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	margin-top:-1px;
	top: 0;
	border-left: 1px solid #7A9DCF; /*THEME CHANGE HERE*/
	border-right:1px solid #7A9DCF;
	border-bottom:1px solid #7A9DCF;
	border-top:1px solid #F4F4F4;
	z-index:100;
	background-color: white;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: none;
	background-color: #e8f404;
}