.chromestyle{

margin-left:20px
}

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 5px 7px;
margin: 0;
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*/
text-decoration:underline;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:17px;
z-index:100;
background-color: #E5EBED;
width: 160px;
visibility: hidden;
padding:3px;
border:solid 1px #C5D2D9;
}


.dropmenudiv a{
width: auto;
display: block;
padding:3px 4px;
border-bottom: 1px solid #C5D2D9;
text-decoration: none;
color: black;
}

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

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