.chromestyle{
width: 900px;
font-weight: bold;
font-size: 1.2em;
}

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

.chromestyle ul{
border: 0px solid #666;
width: 100%;
background: #222; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: block;
float:right;
margin:0.2em;
height: 25px;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #00ccff; /*THEME CHANGE HERE*/
}

.current{background: #00ccff;}

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

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 14px;
line-height: 18px;
z-index:100;
background-color: #999;
width: 96px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

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

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

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

.dropmenudiv2{
position: absolute;
top: 0;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 14px;
line-height: 18px;
z-index:100;
background-color: #999;
width: 118px;
visibility: hidden;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
color: #fff;
background-color: #cccccc;
}