/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{

	position:absolute !important;
	top: 360px !important;
	font-family: geneva, tahoma, sans-serif;
	font-size: 10px;
	line-height:15px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	height: 100x;
        color: #CE6C2B;
margin-left: 10px;
margin-top: 0px !important;
}

.dropmenudiv_a a{
        color: #CE6C2B;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
text-decoration: none;
color: #CE6C2B;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
xbackground-color: #8b9a49;
xcolor: white;
xtext-decoration: none;
}