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

.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%;
padding:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height:37px;
}

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

.chromestyle ul li a{
color: 47108b;
height:37px;
margin: 0;
display:block;
float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of*/
float:left;
height:37px;
}

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

.dropmenudiv{
position:absolute;
top: 0;
font-family: Tahoma, Verdana, Arial;
font-size:11px;
font-weight:normal;
line-height:18px;
z-index:100;
width:176px;
visibility: hidden;
background-position:left top;
background-repeat:no-repeat;
padding-top:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background-color:#f8f9fd;
padding:0;
text-decoration: none;
font-weight:normal;
color:#531f92;
border-left:solid 1px #bfc7f0;
border-right:solid 1px #bfc7f0;
}

* html .dropmenudiv{ /*IE only hack*/
top:-1px;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 99%;
}

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