.chromestyle{
    width: 99%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    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{
       padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom:4px;
    width: 100%;
    background: url(/images/bg_navigation_2.png) center center repeat-x; /*THEME CHANGE HERE*/
    margin: 0;
    text-align: center; /*set value to "left", "center", or "right"*/
    line-height:2.5em;
}

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

.chromestyle ul li a{
    color:     #FFF;   
    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_navigation_2.png) center center repeat-x; /*THEME CHANGE HERE*/
    text-decoration:underline;
}

/* ######### 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;
    white-space:nowrap;
    line-height:18px;
    z-index:100;
    background: url(/images/bg_navigation_2.png);   
    visibility: hidden;
    text-align: left;
    color: white;
     width: 160px;
}


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

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

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