.chromestyle{
font-size: 11px;
width:100%;
height: 20px;
border-bottom: 0.1em solid #BBB;
border-top: 1px solid #BBB;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: url(chromebgred.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left;
}

#chromemenu{
  background-color:#FFFFFF;
}

.last{
   margin-top:-15px;
   font-weight: normal;
}


.chromestyle ul li{
display: inline;
}

.chromestyle ul a{
/*color: #494949;*/
color: #000000;
font-weight: bold;
padding: 2px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
/*border-left: 1px solid #DADADA;*/
}

.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
background: url(chromebgred-over.jpg) center center repeat-x;*/
color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font:normal 10px Verdana;
z-index:100;
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;
text-indent: 3px;
text-decoration: none;
color: black;
background-color: #FFFFFF;
/*background-color: #FE3306;
background: url(chromebgred-over.jpg) center center repeat-x;*/
}

.dropmenudiv li a:hover,.dropmenudiv li a.selected{ /*THEME CHANGE HERE*/
background: url(chromebgred-over.jpg) center center repeat-x;
/*background-color: #FE3306;*/
color: #FE3306;
}

