.chromestyle{ 
	width:1000px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	text-align: left; /*set value to "left", "center", or "right"*/
	margin: 3px 0px 0px 0px;
}

.chromestyle ul li{
	display: inline;
	padding: 0px 29px;
}

.chromestyle ul li a{}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	padding: 2px 2px 2px 2px;
	border: #BDF1EF solid 1px; /*THEME CHANGE HERE*/
	z-index: 100;
	visibility: hidden;
	width:auto;
	background: url(../img/menubackground80.png) repeat;
}

.dropmenudiv a{
	display: block;
	padding: 2px 2px 2px 0px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	background: url(../img/bg/menu.png) repeat;
}

.dropmenudiv a:hover span{
	text-decoration: underline;
}

* html .dropmenudiv a{ /*IE only hack*/
	width:180px;
}
