.chromestyle{
width: 99%;
height: 30px;
}

.chromestyle ul{
font: 14px  Arial, Helvetica, sans-serif;
height: 37px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 10px 20px;
border-right: 1px solid #ffffff;
color: #0b68b2;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(images/menu-hover-sub.gif);
color: white;
height: 37px;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 13px  Arial, Helvetica, sans-serif;
z-index:100;
color: #0b68b2;
background-color: #91c6f5;
width: 150px;
visibility: hidden;
height: 20px

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 0px solid ccc; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: #333;
height: 20px
}

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

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