/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
font:normal 16px Verdana;
z-index:100;
background:#f0f0f0 url(../images/menubg.jpg) repeat-x;
width: 200px;
visibility: hidden;
height:25px;
}

.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 1 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
background:#f0f0f0 url(../images/menubg.jpg) repeat-x;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background:#f0f0f0 url(../images/menuhover.jpg) repeat-x;
}
