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