.chromestyle{
float:left;
width: 660px;
font-weight: normal;
text-align:left;
/*margin:auto;*/
/*background:#000000;*/
}

.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;

/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 5px 0;
margin:auto;
/*margin-left: 13%;*/
text-align: left; /*set v`alue to "left", "center", or "right"*/
}

/*
.chromestyle > .chromestyle ul{
border: 0px solid #BBB;
width: 80%;
padding: 5px 0;
margin:auto;
margin-left: 13%;
text-align: left;
}
*/

.chromestyle ul li{
display: inline;
padding: 6px 0px 8px 0px;
font-weight:bold;
line-height:4.5em;
}

.chromestyle ul li a{
color: #fff;
padding: 8px 6px;
_padding: 6px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
font-size:12px;
}

.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(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*background:#ffeca1;*/
background:#68757e;
color:#fff !important;
border-bottom:0px solid #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:-2px;
border: 0px solid #ccc; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #68757e;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 2px;
border-bottom: 1px solid #8c969f; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
font-size:12px;
font-family:Arial, Helvetica;
padding-left:5px;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #545e65;
color:#fff;
}