/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_v{
position:absolute;
top: 0;
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #990033;
width: 200px;
visibility: hidden;
}


.dropmenudiv_v a{
width: auto;
display: block;
text-indent: 5px;
border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_v a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_v a:hover{ /*THEME CHANGE HERE*/
color: #990033;
background-color: #C3C2C2;
}
