.chromestyle{
list-style-type: none;
padding: 0;
margin: 0;
}

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

.chromestyle ul{
left:0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display:inline;
list-style-type: none;
padding: 0;
margin: 0;
}

.chromestyle ul li a{
list-style-type: none;
padding: 0;
margin: 32;
width:80px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/

}

.members ul li a:hover, .members ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/OurMembers-ON.png) center center repeat-x; /*THEME CHANGE HERE*/


}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:-9px;
	margin-left:4px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	z-index:100;
	background-color:#cccccc;
	color:#5F737B;
	visibility: hidden;
	width: 96px;
	text-align:center;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color:#5F737B;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
}
