.chromestyle{
width: 99%;
font-weight: bold;
}

.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;
	top: 10px;
	left: 0;
	color:#000000;
	font:normal 14px Arial;
	line-height:16px;
	z-index:100;
	width: 500px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display:inline;
	height:24px;
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal;
	color:#000000;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ff0000;

}
