.chromestyle{
width: 99%;
/*font-weight: bold;*/
font:bold 11px Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #D9541E; /* border around whole menu */
width: 100%;
/*background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: #FF9900; /* normal background */
padding: 4px 0px; /* 4px 0 */
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
display: inline;
white-space: nowrap; 
}

.chromestyle ul li{
display: inline;
/*padding-left: -4px; /*would just add space between*/
/*border-left: -4px;*/
margin-left: -4px; /* without this, the menus don't quite meet */
padding-left: 0px;
padding-right: 0px;
}


.chromestyle ul li a:visited, .chromestyle ul li a:link, .chromestyle ul li a:hover{
color: white;
padding: 4px 19px; /* 4 19=space around menu item top&bot/left&rt*/
margin: 0;
text-decoration: none;
border-right: 2px solid #D9541E; /*THEME CHANGE HERE*/
}

.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(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: #D9541E;
}

/* ######### Style for Left Bar Menu ######### */

.chromestyleV{
border: 1px solid #FFCC66; /*THEME CHANGE HERE*/
border-width: 0px 1px 0px 1px;
/*border-width-top: 0px;*/
font: bold 11px Verdana;
line-height:18px;
background-color: #ff9933; /* drop down background, non highlighted */
text-align: center;
/*visibility: hidden;*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.chromestyleV a:visited, .chromestyleV a:link
{
/*width: 100%;*/
display: block;
text-indent: 3px;
border-top: 1px solid #FFCC66;  /* drop down border colors */
border-bottom: 1px solid #FFCC66;  /* drop down border colors */
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;               /* drop down text color */
}

.chromestyleV a:hover{ /*THEME CHANGE HERE*/
background-color: #FA5F02;      /* drop down background, highlighted */
}

.chromestyleV a.selected{ /*THEME CHANGE HERE*/
background-color: #FA5F02;      /* drop down background, highlighted */
border: 1px solid #FF9245
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #FF6600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: bold 11px Verdana;
line-height:18px;
z-index:400;
background-color: #ff9900; /* drop down background, non highlighted */
width: 200px;
text-align: center;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:visited, .dropmenudiv a:link{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #d9541e;  /* drop down border colors */
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;               /* drop down text color */
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FA5F02;      /* drop down background, highlighted */
}

.dropmenudiv a.selected{ /*THEME CHANGE HERE*/
background-color: #FA5F02;      /* drop down background, highlighted */
}