.chromestyle{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing:1px;
    line-height:3em;

}

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

}

.chromestyle ul{

    width: 100%;
    background: url(/images/bg_navigationhover.gif) center center repeat-x; /*THEME CHANGE HERE*/
    margin: 0;
    text-align: center; /*set value to "left", "center", or "right"*/
    line-height:2.5em;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom:4px;
}

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

.chromestyle ul li a{
    color:     #993333;

    margin: 0;
    text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(/images/bg_navigationhover.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid white; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    letter-spacing:1px;
    white-space:nowrap;
    line-height:18px;
    z-index:100;
    background: url(/images/bg_navigationhover.gif);
    width: 150px;
    visibility: hidden;

}


.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid white; /*THEME CHANGE HERE*/   
    text-decoration: none;
    color: #993333;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 50px;
    padding-bottom:5px;
}

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

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