.chromestyle{
width: 100%;
font-weight: bold;
height:18px;
}



.chromestyle ul{
border: 0px solid #BBB;
padding: 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
height:18px;
margin-bottom:-2px;
}

.chromestyle ul li{
display: inline;
float:left;
height:18px;
}




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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Tahoma;
line-height:18px;
z-index:100;
background-color: #e27a1f;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;

color: white;
}

