.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;
	line-height:13px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	border: 1px solid #e61d2b;
	margin-left: 100px;
	margin-top: -20px;
}

.dropmenudiv a{
	display: block;
	color: #0f499e;
	background: #a9b8d2;
	border: 1px solid #e61d2b;
	padding: 3px;
	font-family: AvantGarGotItcTEEDem, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #7E95CD;
	color: #FFFFFF;
	text-decoration: none;
}

