.chromestyle{
	position:absolute;
	left:384px;
	top:37px;
	width:597px;
	background-image:url(../images/barradropdown.png);
	background-repeat:no-repeat;
	font-weight: bold;
	z-index:10;
	height: 15px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
font:normal 13px Verdana;
font-weight:bold;
}

.chromestyle ul li a{
color: #FF0;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFF; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:fixed;
width: 88px;
height:31px;
font:normal 12px Verdana;
line-height:12px;
z-index:100;
visibility: hidden;
text-align:center;

}

.dropmenudiv a{
display: block;
text-decoration: none;
font-weight: bold;
color: #3B6CFF;
background-image:url(../images/singolomenuoff.png);
background-repeat:no-repeat;
margin-bottom:6px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FF0;
background-image:url(../images/singolomenuon.png);
background-repeat:no-repeat;
}

