.chromestyle{
width: 100%;
font-weight: bold;
padding-left:0px;
padding-right:0px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
padding-left:9px;
padding-right:9px;

}

.chromestyle ul{

width: 100%;
margin: 0PX;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding-left:13px;
padding-right:13px;
text-align: center;
}

.chromestyle ul li a{
color: #004E77;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*
}/


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

position:absolute;
top:0px;
color:#616262;
border: 1px solid #BBB; /*THEME CHANGE HERE*/

font:bold 12px arial;
line-height:23px;
z-index:150;
background-color: #FAF8F7;
width: 190px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding:2px 0;
text-decoration: none;
font-weight: normal;
color:#000000;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
background-color:#E5EEF3;
}