.chromestyle{
    width: 100%;
    font-size: 75%;
    font-weight: normal;
    border-bottom: 1px solid #666600;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.chromestyle ul{
    border: none;
    width: 100%;
    color: #cccccc;
    background: #000000; /*THEME CHANGE HERE*/
    padding: 3px 0px 3px 0px;
    margin: 0px;
    text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
    display: inline;
}
.chromestyle ul li a,
.chromestyle ul li a:visited{
    color: #cccccc;
    padding: 2px;
    margin: 0px 15px 0px 0px;
    text-decoration: none;
    border-right: none;
}
.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{ 
/*script dynamically adds a class of "selected" to the current active menu item*/
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background: #ffffff; /*THEME CHANGE HERE*/
}
/* CHROME NAVI Style for Drop Down Menu */
.dropmenudiv{
    position:absolute;
    top: 0;
    border: 2px solid #bbb; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font: normal 83.3% Verdana;
    line-height:18px;
    z-index:100;
    color: #cccccc;
    background-color: #444444;
    width: 230px;
    visibility: hidden;
}
.dropmenudiv a,
.dropmenudiv a:visited{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 0 2px 5px;
    text-decoration: none;
    font-weight: normal;
    color: #cccccc;
}
* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #cccccc;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

