.chromestyle{
width: auto;
font-weight: normal;
margin: 0 auto;
float: left;
text-align: left;
}

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

visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 9px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #fff;
}

.chromestyle ul li{
display: inline;
padding: 0;
}

.chromestyle ul li a {
color: #fff;
height: 35px;
padding: 10px 13px;
margin: 0;
text-decoration: none;
border-right: 1px solid #858585;
}

.chromestyle ul li a:hover{
background: #545d68;
}
.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 #999999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #ececec;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #666;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #a9c1d8;
color: #2c5d8b;
}