.chromestyle{
width: 794px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 794px;
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size:12px;
/*THEME CHANGE HERE*/
padding: 0 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 0px 4px 7px;
margin: 0;
text-decoration: none;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #000; /*THEME CHANGE HERE*/
cursor:hand; cursor:pointer;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #2c2c2c; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size:12px;
line-height:20px;
z-index:100;
background-color: black;
width: 230px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2c2c2c; /*THEME CHANGE HERE*/
padding: 2px 16px;
text-decoration: none;
font-weight: normal;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #303030;
}