.chromestyle{
width: 754px;
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{
border: 0px solid #BBB;
width: 754px;
height: 74px;
/*background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/ */
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding-left: 8px;
padding-bottom:3px;
width:188px;
height:74px;
padding-top:65px;
margin-bottom: 0;
text-decoration: none;
border-left: 6px solid #91775d; /*THEME CHANGE HERE*/
background: url(menu_bk.gif) center bottom repeat-x; /*THEME CHANGE HERE*/

}

.chromestyle ul li a:hover{
color: #de4f13;
background: url(menu_over_bk.gif) center bottom repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 6px solid #91775d; /*THEME CHANGE HERE*/
border-bottom-width: 0;
margin-top:-1;
font:normal 9px Verdana;
line-height:18px;
z-index:100;
background-color: #000000;
width: 182px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ */
}


.dropmenudiv a{
width: 182px;
display: block;
text-indent: 8px;
border-bottom: 6px solid #91775d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
width: 182px;
color: #de4f13;

}