
.chromestyle{
font-weight: bold;

z-index:2;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
z-index:2;

}

.chromestyle ul{

border: 0px solid #BBB;
width: 100%;
padding: 1px 0;
margin: 0;
font-size: 10px;
text-align: left; /*set value to "left", "center", or "right"*/
z-index:2;
}

.chromestyle ul li{
display: inline;
z-index:2;

}

.chromestyle ul li a{
color: #ffffff;
padding: 7px 7px;
margin: 0;
text-decoration: none;
z-index:2;
}

.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(chromebg2-over.png) center center repeat-x; /*THEME CHANGE HERE*/
z-index:2;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:20px;
z-index:100;
background-color: #2f2f2f;
width: 200px;
visibility: hidden;
z-index:2;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: white;
z-index:2;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2a2a2a;
z-index:2;
}