@import url("../../css/stili.css");
#chromemenu{
	width: 99%;
}
#chromemenu:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#chromemenu ul{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: normal 11px Verdana;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#chromemenu ul li{
	display: inline;
	text-decoration: none;
}
#chromemenu ul li a{
	float: left;
	padding: 6px 12px 6px 7px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#chromemenu ul li a:hover{
	color: #B32222;
	text-decoration: underline;
}
#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px/18px Verdana;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	color: #666666;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
}
.dropmenudiv a:hover{
	background-color: #F3C5C5;
	color: #B32222;
	text-decoration: underline;
}
