.chromestyle{

    font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
                    content: ".";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
}

.chromestyle ul{

}

.chromestyle ul li{

}

.chromestyle ul li a{

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
                                                           /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
    position:absolute;
    left:493px !important;
    top:86px !important;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background: url(../images/bg_drop2.gif);
    width: 170px;
    height: 335px;
    visibility: hidden;
}


.dropmenudiv a{
    color: #fff;
    font-weight: bold
}

.dropmenudiv li {
    padding: 5px 10px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
                      color:#E75460;
}
