.chromestyle{
width: 100%;
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{
width: 100%;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none;
}

.chromestyle ul li{
float:left; width:135px; font-size:1.1em; font-weight:bold; margin:0; padding:0;
}
.chromestyle ul li.last{width:90px;}

.chromestyle ul li a{
	text-align:center; color:#fff; overflow:hidden; padding:9px 0 9px 0; text-align:center; color:#FFF; background:url(../img/nav_bg.jpg) repeat-x; display:block;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
  text-align:center; color:#fff; overflow:hidden; padding:9px 0 9px 0; text-align:center; color:#FFF; background:url(../img/nav_bg_active.jpg) repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-size:12px;
line-height:18px;
z-index:100;
width: 135px;
visibility: hidden;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
width: auto;
text-align:center;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color:#FFF;
background-color:#292663;
filter: alpha(opacity=75); -moz-opacity:0.75; background-image:none; padding:5px 0 5px 0;}
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	filter: alpha(opacity=100); -moz-opacity:1;
}