
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
display:none;
/*border: 1px solid #1E5387;*/ /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 8pt Verdana;
line-height:18px;
z-index:100;
background-color: #f19f1e;
background-color : #fff;
border : 1px dotted #f19f1e;
width: 220px;
visibility: hidden;

/*opacity:.95;
filter: alpha(opacity=95);
 -moz-opacity: 0.95;*/
}

* html .dropmenudiv {
	width : 180px;
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 5px;*/
/*border: 0 solid #134474;*/ /*THEME CHANGE HERE*/
/*border-bottom-width: 1px;*/
padding: 2px 10px;
text-decoration: none;
color: #fff;
color : #f19f1e;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #004652;*/
color : #000;
text-decoration : underline;
}