.chromestyle{
width: 99%;
font-weight: normal;
border:0px solid red;

}

.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 #BBB;
width: 100%;
background: url(xchromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
margin-top:5px;
margin-bottom:5px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
font-weight: normal;
font-size:11pt;
text-transform:uppercase;
color: #ffffff;
padding: 4px 7px;
margin-top:5px;
margin-bottom:5px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #F0F0F0 url(1chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #cf8f0d;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 0px solid #aaaaaa; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
font-weight: normal;
font-size:11pt;
line-height:25px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
-webkit-box-shadow: 0px 0px 2px 2px rgba(230,227,230,1);
-moz-box-shadow: 0px 0px 2px 2px rgba(230,227,230,1);
box-shadow: 0px 0px 2px 2px rgba(230,227,230,1);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;

text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #cf8f0d;
}