.chromestyle{

width: 100%;

font-weight: bold;
height:26px;
border-bottom:5px solid #2079B9;
}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0px; 

clear: both; 

visibility: hidden;


}



.chromestyle ul{

width: 100%; background:url(../images4/headerbtm.jpg) no-repeat;

 /*background: url(chromebg4.gif) center center repeat-x; THEME CHANGE HERE*/

padding: 4px 3px 3px 4px;

margin: 0;

text-align: left; /*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

color: #ffffff;

padding: 4px 5px 0px 5px;

margin: 0;

text-decoration: none;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

 /* border-right: 2px solid #E8BEBE;

 background:#EBCF62;

 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(chromebg4-over.gif) center center repeat-x; THEME CHANGE HERE*/

 color:#FE9601;

}





/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

color:#000000;

position:absolute;

top: 0;

border: 1px solid #BDBDBD; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 11px Arial;

line-height:18px;

z-index:100;

background-color: #ffffff;

width: 150px;

visibility: hidden;

text-align:left;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=180,strength=1); /*Add Shadow in IE. Remove if desired*/

}





.dropmenudiv a{

width: 100%;

display: block;

text-indent: 3px;

border: 0px solid #2079B9; /*THEME CHANGE HERE*/

padding: 0px 2px 0px 2px;

text-decoration: none;

color:#6E6E6E;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #D8D8D8;

color:#000000;

font-weight: normal;

}
