/**/
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#bandmn {
	height: 18px;
 /* background: #B59C72; */
	margin-bottom: 10px;
	text-align: center;
}
	#bandmn table {margin: 0 auto;}
.citytitle {
	text-align: center;
	width: 100px;
	position: relative;
	top: 0px !important;
	top: -1px;
	z-index: 1;
	cursor: pointer;
}
	.citytitle a {
		color: #FFF;
		line-height: 18px;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		display: block;
	}
.citylist {
	text-align: center;
	width: 100px;
}
	.citylist a {
		width: 100px;
		background: #D7AD5F;
		text-align: center;
		color: #FFF;
		font: 11px normal Arial, sans-serif;
		font-weight: normal;
		border: 1px solid #B59C72;
		text-decoration: none;
		display: block;
		padding: 2px;
	}
	.citylist a:hover {color: #636145;}
	.citylist li {clear: left;}
.mnav, .mnav a {
	color: #FFF;
	line-height: 18px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
