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

a.selected{ color:#007b83 !important;}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #dedede; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px Trebuchet Ms !important;
line-height:18px;
z-index:100;
background-color: white;
width:190px;
visibility: hidden;
margin-top:12px !important;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background:url(../../images/left_border.jpg) bottom repeat-x;
padding:4px 3px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0; color:#007b83;
}
