
.chromestyle{
width: 550px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0;
width: 100%;
background: url(menubg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
height:59px;
margin: 0;
margin-top: 5px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: left;
}

.chromestyle ul li a{
color: #fff;
margin: 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:4.2em;
font-weight:normal;
text-align: left;
padding: 21px 6px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(menubg_on.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-top-width: 0;
font:normal 14px Arial;
line-height:24px;
padding:0;
padding-bottom:8px;
z-index:100;
background-color: #8dc8d5;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#7e7e7e,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: normal;
color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

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

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