.chromestyle{
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width:776px; padding-top:7px; padding-bottom:7px; text-align:center; 
background:#FFB262;/*THEME CHANGE HERE*/

}

.chromestyle ul li{

list-style-type:none;  padding-left:25px; padding-right:25px; display:inline;  
}

.chromestyle ul li a{
color: #ffffff;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;

}

.chromestyle ul li a:hover{
text-decoration:underline; color:#4C2214; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]: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;
text-align:left;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
z-index:100;
background-color: #FDFDFB;
opacity: .9;
filter: alpha(opacity=90);

width: 180px;
visibility: hidden;
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #505050;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;

}