.chromestyle{
width: 100%x;
}

.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%;
/*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 8px 2px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:visited{
color: #ffffff;
padding: 8px 2px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

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

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

.dropmenudiv{
position:absolute;
margin-top:2px;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font:normal 12px "Trebuchet MS";
border-left: 5px solid #f2f2f2;
border-right: 5px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2; /*THEME CHANGE HERE*/
padding: 5px 0;
padding-left:5px;
text-decoration: none;
color: #000000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ff940a;
color: #ffffff;
font:normal 12px "Trebuchet MS";	
border-left: 5px solid #f2f2f2;
border-right: 5px solid #f2f2f2;
/*background-color: #077fe0;*/
}

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

.menu
{
font-family:Arial;
font-size:14px;
font-weight:bold;
padding-left:0px;
}

a.drop:link
{
font-family:"Trebuchet MS";
font-size:13px;
color:#454545;
font-weight:bold;
line-height:normal;
display:block;
text-decoration:none;
}
a.drop:visited
{
font-family:"Trebuchet MS";
font-size:13px;
color:#454545;
font-weight:bold;
line-height:normal;
display:block;
text-decoration:none;
}
a.drop:hover
{
font-family:"Trebuchet MS";
font-size:13px;
color:#ffffff;
font-weight:bold;
line-height:normal;
display:block;
text-decoration:none;
}