.chromestyle{
width: 99%;
font-weight: bold;
}

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

/* effects top level links */
.chromestyle ul{
/* border: 1px solid #BBB; */
width: 100%;
background:url(blank.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin:0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

/* effects top level links */
.chromestyle ul li a{
font:bold 13px Arial, Helvetica, sans-serif;
color: #1c331e;
padding: 4px 14px 4px 0px;
margin: 0;
text-decoration: none;
/* top level item border */
/* border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.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(blank.gif) center center repeat-x; /*THEME CHANGE HERE*/
/* background-color:#e2d4ad; */
color:#841a17;
}

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

.dropmenudiv{
position:absolute;
top: 0;
/* border: 1px solid #ffffff; /*THEME CHANGE HERE*/
/* border-bottom-width: 1px; */
padding:0px;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:14px;
z-index:100;
background-color: #b4c0b9;
width: 150px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width:150px;
display: block;
/* text-indent: 3px; */
border-top:1px solid #ffffff; /*THEME CHANGE HERE*/
padding:4px;
text-decoration: none;
font-weight: bold;
color: #1c331e;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b4c0b9;
color:#841a17;
}