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

.dropmenudiv_b{
position:absolute;
top: 0;
margin-top: 2px;
border: 1px solid #eef;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background: #000 url(/themes/default/img/hbg.png) bottom repeat-x;
color: white;
width: 150px;
visibility: hidden;
}

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #eef;
z-index:100;
background-color: black;
width: 150px;
visibility: hidden;
height: 10px;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 7px;
padding: 2px 0px 4px 2px;
text-decoration: none;
color: #fff;
}

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

.dropmenudiv_b a:hover {
background-color: #432f09;
color: #fff;
}