.chromestyle{
width: 99%;
font-weight: bold;
margin-left:10px;
}

.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: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
padding: 6px 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*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color:#ECFAFD;
color:#000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:11px;
font:normal 11px Verdana;
line-height:20px;
z-index:300;
width: 200px;
visibility: hidden;
background-image:url(bgsubmenu.png);
background-color:#252830;
-moz-border-radius: 0 0 10px 10px;
width: 200px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
border-bottom: 1px solid #444; /*--Create bevel effect--*/
clear: both;
height: 35px;
color:#FFF;
line-height:35px;
}

.lasta {
	-moz-border-radius: 0 0 10px 10px; 
	border:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-indent: 10px;
background-color:#282c38;
color:#ffffff;
}
