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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin:0px -2px 0px -2px;
text-decoration: none;
/*THEME CHANGE HERE*/
}

.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*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Arial;
line-height:17px;
z-index:100;
background-color:#3F8CD7;
width:200px;
min-width: 120px;
visibility: hidden;
margin:-6px 0px 0px 0px;;
}


.dropmenudiv a{
text-align:left;
width: 100%;
display: block;
text-indent: 3px;
border-bottom:1px solid #CCCCCC;

 /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

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