.chromestyle{
width: 99%;
font-weight: bold;
}

.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: 8px 0px 0px 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: #363636;
font-size:10pt;
font-weight:normal;
padding: 4px 10px 10px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ccc;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
color:#10ade9;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ededed; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:10pt;
line-height:18px;
z-index:100;
background-color: #066ec8;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6ab2f4; /*THEME CHANGE HERE*/
padding: 6px 6px 6px 6px;
text-decoration: none;
font-size:10pt;
background:url(/userfiles/Image/imgsubnavibkg.jpg) repeat-x;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(/userfiles/Image/imgsubnavibkg-hover.jpg) repeat-x;
color:#014b8e
}