#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu a:hover{ /*Theme Change here*/
background-color:#fff5d6;

}

#chromemenu ul{
background-color:#fff5d6;

margin-left: 0;
padding-left: 0;
margin: 0;
float: center;
font: normal 11px Verdana;
color: #000000;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;

color: #FFFFFF;
font-weight: bold;
font:normal 11px Verdana;
padding: 12px 18px 12px 18px;
text-decoration: none;
background: url(../images/divider.png) bottom right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #69321e;

text-decoration: none;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
width: 200px;
color:#FFFFFF;
visibility: hidden;
border-left: 1px solid #a2866f;
border-right: 1px solid #a2866f;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
background-color: #fff5d6;
border-bottom: 1px solid #a2866f; /*Theme Change here*/
padding: 3px 0;
width: 200px;
font:normal 11px Verdana;
text-decoration: none;
font-weight: normal;
color:#69321e;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #d4cbaa;
color:#69321e;
}