.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;
}

* html .chromestyle ul
{
    /* IE Hack */
    width: 750px;
    float:right;
    margin-left: 60px;
    border: 0;
}

.chromestyle ul
{
    width: 790px;
    padding-bottom: 5px;
    margin: 0;
    margin-right: 6px;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
    display: inline;
}

* html .chromestyle ul li a
{
    /* IE hack */
    font-family: verdana;
    font-size: xx-small;
    color: white;
    padding: 0px 20px;
    margin: 0;
    text-decoration: none;
}

.chromestyle ul li a
{
    font-family: verdana;
    font-size: x-small;
    color: white;
    padding: 0px 20px;
    margin: 0;
    text-decoration: none;
}


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

.dropmenudiv
{
    position: absolute;
    top: 0;
    border-bottom-width: 0;
    font: normal 10px Verdana;
    line-height: 15px;
    z-index: 100;
    background-color: #0077BB;
    width: 125px;
    visibility: hidden;
    text-align:left;
    padding-left:5px;
}


.dropmenudiv a
{
    width: auto;
    display: block;
    text-indent: 3px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

* html .dropmenudiv a
{
    /*IE only hack*/
    background-color: #0077BB;
    color: white;
    width: 100%;
}

* html .dropmenudiv a:hover
{
    /*IE only hack*/
    background-color: white;
    color: #0077BB;
    width: 100%;
}

.dropmenudiv a:hover
{
    /*THEME CHANGE HERE*/
    background-color: white;
    color: #0077BB;
}
