.chromestyle{
width: 800px;
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 #E61A1A;
width: auto;
background: #670D0E; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
text-indent: 30px
}


.chromestyle ul li{
display: inline;
}


.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
background: #670D0E;
margin: 0;
text-decoration: none;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #666666; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
color: #ffffff;
border: 0px solid #666666; /*THEME CHANGE HERE*/
padding: .15em .15em .15em .15em;
font:normal 1em;
z-index:100;
background: #666666;
width: auto;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
padding: .25em .5em .25em .5em;
text-decoration: none;
font-weight: bold;
background: #666666;
color: #000000;    /* DROPDOWN FONT COLOR */
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #670D0E;
color: #ffffff;    /* DROPDOWN HOVOR FONT COLOR */
font-weight: bold;

}
