.chromestyle{
width: 99%;
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{
margin: 0px 0px 0px 9px;
width: 100%;
padding: 12px 0px 4px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0px 9px 5px 0px;
padding:0;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
color: #000000;
padding: 4px 4px;
margin: 0;
text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
color:#000000;
font-weight:bold;
background-color:#f1782c;
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
width: 190px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px -12px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:visited{
width: auto;
display: block;
padding: 2px 10px 5px 20px;
text-decoration: underline;
font-weight: bold;
color: #000000;
font-size:11px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#43220d;
background-color: #f49356;
text-decoration:none;
}

.bottomchromestyle{
width: 99%;
font-weight: bold;
}

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

.bottomchromestyle ul{
margin: 0px 0px 0px 12px;
width: 100%;
padding: 12px 0px 4px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.bottomchromestyle ul li{
display: inline;
margin: 0px 0px 5px 0px;
padding:0;
}

.bottomchromestyle ul li a, .bottomchromestyle ul li a:visited{
color: #fefeff;
padding: 4px 6px;
margin: 0;
text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;

}

.bottomchromestyle ul li a:hover, .bottomchromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.bottomdropmenudiv{
color:#ffffff;
font-weight:bold;
background-color:#f1782c;
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
width: 190px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px -12px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.bottomdropmenudiv a, .bottomdropmenudiv a:visited{
width: auto;
display: block;
padding: 2px 10px 5px 20px;
text-decoration: underline;
font-weight: bold;
color: #ffffff;
font-size:11px;
}

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

.bottomdropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#43220d;
background-color: #f49356;
text-decoration:none;
}
