/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #73777a; /*Theme Change here*/
border-bottom-width: 0;
font:bold 10px Arial, Helvetica, sans-serif;
line-height:20px;
z-index:100;
background-color:#ffffff;
text-align:center;
/*visibility: hidden;*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #73777a; /*Theme Change here*/
padding: 5px 0;
text-decoration: none;
font:bold 10px Arial, Helvetica, sans-serif;
color:#767676;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color:#ffffff;
color:#dc5126;
}