
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#404040;
position:absolute;
border: 1px solid #e8e6db; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
width:150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
margin:-1px 0px 0px 0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
background: #f5f4ef;
line-height:30px;
border-bottom: 1px solid #e8e6db; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #404040;
margin:0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:12px;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background: #dad6bf;
color:#333333;
text-decoration:none;
font-weight:normal;
}

/* drop down menu end */

