.chromestyle{
width: 957px;
background-image:url(images/bg-menu.jpg); background-repeat:repeat-x;
}



.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:0px;
margin:0px;
}

ul.menu > li:last-child {
    padding-right: 0;
}

.chromestyle ul li a{
color: #ffffff;
padding: 1px 0px;
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*/
color:#B79E65 /*THEME CHANGE HERE*/
}

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

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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0575f4;
color: #ffffff;
font:normal 12px arial;	
border-left: 5px solid #000000;
border-right: 5px solid #000000;
/*background-color: #077fe0;*/
}

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

.menu
{
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
}
