.chromestyle {
background: url("../images/bg/menu.gif") repeat-x top left; /*THEME CHANGE HERE*/
width: 960px;
clear: both;
padding: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
float: left;
padding: 12px 0;
margin: 0;
text-transform: none;
font-family: arial, tahoma, verdana;
font-weight: normal;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-size: 14px;
color: #FFF;
padding: 12px 14px;
margin: 0;
text-decoration: none;
border-right: 1px solid #015699;
}

.chromestyle ul li a.noborder {
color: #FFF;
padding: 12px 14px;
margin: 0;
text-decoration: none;
border-right: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
font-size: 14px;
background: url("../images/bg/menu-hover.gif") repeat-x;
color: #FFF; 
text-decoration: none;
border-right: 1px solid #015699;
padding: 12px 14px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #E0E0E0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color: #ADD189;
width:122px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
text-transform: none;
font-family: arial, tahoma, verdana;
font-size: 12px;
font-weight: normal;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #BAD89C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#222;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C7DFAF;
color:#222;
}

