.chromestyle{
width: /*99%;*/900px;
margin:0 auto;
/*font-family: 'Lucida Grande', 'Lucida Sans', Arial, Helvetica;*/
font-family: Arial, Helvetica, sans-serif;
}

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

.chromestyle ul{
width: 100%;
background: url(../images/fire_bg_nofade.jpg);
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active {
color: #eee;
padding: 4px 60px 4px 3px;
margin: 0;
text-decoration: none;
font-size:15px;
font-weight: normal;
}

.chromestyle ul li a:hover{
color:#221108;
}

/***
.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;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 13px /*'Lucida Grande', 'Lucida Sans',*/ Arial, Helvetica, sans-serif;
line-height:18px;
text-align:left;
z-index:100;
/*background-color: white;*/
background:#F0A738 url(../images/fire_bg_nofade.jpg);
width: 180px;
visibility: hidden;
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{
width: auto;
display: block;
text-indent: 6px;
border-bottom: 1px solid #F5A438; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #eee;
font-weight: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#221108;
}