/**/
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: 22px;
	left: 0;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#bandmn {
	height: 18px;
	background: none;
	margin-bottom: 8px;
	text-align: center;
}
	#bandmn table {margin: 0 auto;}
.maintitles {
	text-align: center;
	width: 160px;
	position: relative;
	top: 0px !important;
	top: -1px;
	z-index: 1;
	cursor: pointer;
}
	.maintitles a {
		color: #FFF;
		line-height: 22px;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		display: block;
	}
.mainlists {
	text-align: center;
	width: 160px;
}
	.mainlists a {
		width: 160px;
		background: #000;
		text-align: center;
		color: #FFF;
		font: 11px normal Arial, sans-serif;
		font-weight: normal;
		border-top: none;
		border-bottom: 1px solid #08B308;
		border-left: 1px solid #08B308;
		border-right: 1px solid #08B308;
		text-decoration: none;
		display: block;
		padding: 3px; /* sets height on pulldown rows */
	}
	.mainlists a:hover {color: #ABE3F8;}
	.mainlists li {clear: left;}

