.chromestyle{
width: 100%;
height: 23px;
font-weight: normal;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #3c3c3c;
padding: 1px 19px 1px 19px;
margin: 0;
font:bold 11px "Trebuchet MS", sans-serif, Arial, Helvetica;
text-decoration: none;
border-right: 1px solid #C4C0CA;
}

.chromestyle ul li.last a {
border-right:none;
}

.chromestyle ul li a:hover{
text-decoration: underline; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 11px "Trebuchet MS", sans-serif, Arial, Helvetica;
line-height:18px;
z-index:100;
background-color: #d9d6dd;
width: 190px;
visibility: hidden;
color: #3c3c3c;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3c3c3c;
color:#fff;
}
