.chromestyle{
width: 1000px;
height:40px;
background:url(../images/button-bg.jpg) repeat-x left top;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 40px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
list-style:none;
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
float:left;
background:url(../images/button-bg-line.jpg) no-repeat right top;
padding-right:24px;
padding-left:24px;
}

.chromestyle ul li a{
font-family:tahoma;
font-size:12px;
font-weight:bold;
color: #ffffff;
line-height:40px;
text-decoration:none;
padding:0px;
margin: 0px;
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(../images/button-bg-hover.jpg) center 2px no-repeat;
height:40px; /*THEME CHANGE HERE*/
}

.chromestyle .highlight-button{
background: url(../images/button-bg-hover.jpg) center 2px no-repeat;
display:block;
height:40px;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
font:normal 12px tahoma;
line-height:25px;
z-index:100;
background-color: #659ce0;
width: 150px;
font-weight:bold;
visibility: hidden;
margin-left:-28px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding-left:10px;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #659ce0;
background:url(../images/hover_sub.gif) no-repeat left center;
}
