.chromestyle{
	position:absolute;
	width:910px;
	height:25px;
	margin-top:0px;
	top: 68px;	
	left:50%;
	margin-left:-450px;
	z-index:5;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropmenudiv{
position:fixed;
margin-top:0px;
top: 0px;
border: 1px solid #BBB;
border-bottom-width: 0px;
margin-left: 0px;
left: 0px;
z-index:100;
background-color: #FFFFFF;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration: none;
	color : #4A7171;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
