.chromestyle{
width: 100%;
font-weight: bold;
margin:0px;
height:25px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin:0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-size:13px;
font-weight:bold;
font-family:arial;
color:#FFFFFF;
border-right:1px #9ecdf3 solid;
padding-right:10px;
margin-right:10px;
}


.chromestyle ul li a:hover,
.chromestyle ul li a.selected{
color:#86ceff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #2677af; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background:#014e82;
width: 200px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2677af; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #86ceff;
color:#000000;
}
