.chromestyle{background:url(../images/menu-bg.jpg) repeat-x;
width: 580x;
float:left;
margin-left:100px;
height:26px;
padding-left:1px;
padding-right:1px;
margin-top:1px;
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{
width: 100%;
padding: 0px 0;
margin: 0;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ float: left;
display: inline;
}

.chromestyle ul li a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
color: #122884; font-weight:normal; float:left;
padding: 8px 9px;
padding-left:10px;
margin-top:0px;
padding-bottom:8px;
text-transform:uppercase;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(../images/menu-hover.jpg);
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ 
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:#ebebeb;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0px 0px 10px ;

text-decoration: none;
color:000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
padding-left:10px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
 color:#FFFFFF;
 padding-left:10px;
 background:#abbe3f;
}