.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-family:"Myriad Pro";
font-size:14px;
min-width:120px;
_width:120px;
text-align:center;
margin: 0;
text-decoration: none;
border-right: 1px solid #1D5F91;
background: url(menu-bg.jpg) left repeat-x; /*THEME CHANGE HERE*/
height:45px;
line-height:45px;
float:left;
}


.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(menu-bg-hover.jpg) left repeat-x;height:45px;line-height:45px; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
visibility: hidden;
background:url(bg-subnav.png) repeat-x top left;
border-bottom:solid 3px #51A9D9;
padding:4px 0 12px 10px;
}


.dropmenudiv a{
display: block;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
width:120px;
font-size:13px; 
font-family:"Myriad Pro";
font-weight:normal;
line-height:1.3em;
color:#fff;
text-decoration:none;
padding:4px 6px;
height:100%;
background-color:transparent;
text-align:left;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff; 
text-decoration: none; 
background:transparent url(menu-act.gif) repeat-x;
}