.chromestyle{
width: 760px;
padding: 0px ;
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: 1px solid #FFFFFF;
/*border: 1px solid #BBB;       OLD BORDER COLOR*/
width: 100%;
background: url(images/newmenu_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 0; /*MENU space top -right- bottom- left */
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 3px 22px;/* 4, 15 space between each link; height above rollover*/
margin: 0;
text-decoration: none;
border-right: 1px solid #999999;
}

.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(images/newmenu_roll.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma;
text-align: left; /* added text alignment*/
line-height:15px;
z-index:100;
background-color: #D1D1D1;
width: 185px;
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: 6px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/*color: DK GREY; color: #3e3c3c;   old txt color */
color: #3E3C3C;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /* HOVER STATE THEME CHANGE HERE*/
background-color: #e5fb8f;
}
