.chromestyle {
width: 740px;
height: 22px;
margin: 0 auto;
background: url(menubkg.gif) 0 0 no-repeat;
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: 0;
padding: 2px 0;
margin: 0 25px 0 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
display: inline;
border-left: solid #C1C1C1 1px;
}

.chromestyle ul li a {
color: #494949;
padding: 3px 7px;
margin: 0;
text-decoration: none;
border-right: 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-align: left;
line-height:18px;
z-index:100;
background-color: #D6D6D6;
width: 230px;
visibility: hidden;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 6px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #494949;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}