.chromestyle{
width:628px;
margin-left:13px;
float:left;
/*line-height:48px;*/
font-family:font-family:Arial, Verdana, Geneva, sans-serif; font-size:13px; color:#898989;
}

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

.chromestyle ul{
width: 628px;
float:left;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline; 
/*line-height:55px;*/

}

.chromestyle ul li a{
color: #000;
padding: 9px 20px;
margin:0 10px;
text-decoration: none;
font-family:Arial, Tahoma, Geneva, sans-serif; font-size:13px;
}

.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(../images/menu-hover-img.jpg) center center repeat-x;*/ background:url(../images/menu-active.jpg) no-repeat center bottom; font-family:Arial, Tahoma, Geneva, sans-serif; font-size:13px; color:#e08d01; /*line-height:42px;*/ /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 13px Arial;
color:#fff;
line-height:30px;
z-index:100;
background-color: #e08d01;
width: 190px;
margin-left:14px;
padding-left:10px;
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: normal;
color: #fff;
}

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

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