.chromestyle{
width: 100%;
font-weight: normal;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebgpurple.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 0;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000066; /*this is the colour of the button text*/
padding: 2px 8px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.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-overpurple.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	margin-top: 5px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 4px;
	font:normal 11px Arial;
	line-height:22px;
	z-index:1000;
	background-color: #E2E2E2;
	width: 165px;
	visibility: hidden;
	height: auto;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #000066;
text-align:left;
}

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

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

