
.chromestyle {
    background-image: url(../img/menu_back.gif);
    background-repeat: repeat-x;
    height: 40px;
    padding: 0px;
    margin-top: 0px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.chromestyle ul {
    padding-top: 12px;
    margin: 0px;
    font-size: 10pt;
    text-align: center;
}

.chromestyle ul li {
    display: inline;
    margin: 0px 6px;
}

.chromestyle ul li a {
    margin: 0px;
    text-decoration: none;
}

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

.dropmenudiv {
    position: absolute;
    top: 0px;
    border: 1px solid #bbbbbb;
    border-bottom-width: 0px;
    font-size: 8pt;
    font-family: 'UniversaLTStd UltraCn', 'Franklin Gothic Medium','Arial', 'Lucida Sand Unicode', 'Arial';
    line-height: 18px;
    z-index: 100;
    background-color: white;
    width: 200px;
    visibility: hidden;
}


.dropmenudiv a {
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB;
    padding: 3px;
    text-decoration: none;
    font-weight: normal;
    color: black;
}

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

.dropmenudiv a:hover {
    background-color: #F0F0F0;
}
