.chromestyle{
margin-left:104px;
/*width: 99%;*/
font-weight: bold;
}

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

.chromestyle ul{
/*width: 100%;*/
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle li{
display: block;
}
.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #9ed2ff; /*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: 0;
border: 1px solid #1f354a; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #5b778f;
width: 139px;
visibility: hidden;
}

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

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

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