.chromestyle{
width:775px; 
margin:0px 0px 0px 0px; 
padding:0px 0px 0px 3px; 
border:0px solid #000000; 
float:left; 
}

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

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
margin:0px;
padding:10px 17px 10px 10px; 
list-style-type:none; 
border:0px solid #ff0000; 
display:inline; 
float:left; 
background-image:url(../img/bullet.gif); 
background-repeat:no-repeat; 
background-position:center left;
}

.chromestyle ul li a{
margin:0px; 
padding:10px 20px 10px 8px; 
list-style-type:none; 
border:0px solid #ff0000; 
display:inline; height:23px; 
background-image:url(../img/dottedline.gif); 
background-repeat:no-repeat; 
background-position:center right; 
font-size:11px; 
color:#33267c; 
font-weight:bold; 
text-decoration:none;
}

.chromestyle ul li a:hover {
margin:0px; 
padding:10px 20px 10px 8px; 
list-style-type:none; 
border:0px solid #ff0000; 
display:inline; 
height:23px; 
background-image:url(../img/dottedline.gif); 
background-repeat:no-repeat; 
background-position:center right; 
font-size:11px; 
color:#138e3a; 
font-weight:bold; 
text-decoration:none; 
}

/*.chromestyle ul li a.selected{ *//*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
/*}*/

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:15px;
z-index:100;
padding:2px 0;
margin:0px;
padding:0px;
width:130px;
text-align:left;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
background-color:#5c7ab8;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#003399;
background-color:#FFFFFF;
}