.dropmenudiv{
	margin-top: -10px;
	left: -9999px;
}

.dropmenudiv:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.dropmenudiv ul{
padding: 0;
margin: 0;
list-style: none;
text-align: center; /*set value to "left", "center", or "right"*/
border: solid 2px #1588cb;
overflow: hidden;

}
* html .dropmenudiv ul {
	zoom: 1;
}

.dropmenudiv ul li{
	display: block;
	margin: 0px;
	list-style: none;
	text-align: left;
	background: #fff;
	float: left;
	clear: both;
	padding: 0px;
	width: 148px;
}

.dropmenudiv ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
display: block;
border-bottom: solid 1px #ccc;
}
.dropmenudiv ul li a:hover {
	background: #1588cb;
	color: #fff;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;

padding: 2px 0;
text-decoration: none;
color: #7aad41; /*THEME CHANGE HERE*/;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
}