/* ######### Style for Drop Down Menu ######### */

.dropmenu {
	position: absolute;
	top: 0px;
	margin: -1px 0 0 0;
	border-bottom-width: 0;
	font: bold 12px Verdana;
	text-transform: uppercase;
	line-height: 18px;
	z-index: 100;
	
	width: 150px;
	visibility: hidden;
}

.dropmenu ul { margin: 0; padding: 17px 0 0 0; }
.dropmenu ul li { list-style-type: none; padding: 0 0 0 5px; margin: 0 0 0 0; border-top: 1px solid #DA701C; background-color: #AE4501; }
.dropmenu ul li a { font-size: 10px; text-decoration: none; margin: 0; }
.dropmenu ul li a:hover { color: #F88F39; text-decoration: none; }

/*
.dropmenu a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; THEME CHANGE HERE
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenu a{ IE only hack
width: 100%;
}

.dropmenu a:hover{ THEME CHANGE HERE
background-color: #F0F0F0;
}
*/