#menu {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	width: 725px;
	height: 47px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background: #6e2700; }
	
	#menu li {
		float: left;
		height: 47px;
		position: relative;
		margin-right: 10px; }
		
#m1, #m2, #m3, #m4, #m5, #m6 {
	display: block;
	float: left;
	height: 47px;
	text-indent: -9999px; }
	
	#m1 { width: 120px; background: url("../i/main_nav/menu_tickets.gif") top center no-repeat; }
	#m2 { width: 95px; background: url("../i/main_nav/menu_events.gif") top center no-repeat; }
	#m3 { width: 130px; background: url("../i/main_nav/menu_upcoming.gif") top center no-repeat; }
	#m4 { width: 95px; background: url("../i/main_nav/menu_past.gif") top center no-repeat; }
	#m5 { width: 100px; background: url("../i/main_nav/menu_swag.gif") top center no-repeat; }
	#m6 { width: 120px; background: url("../i/main_nav/menu_contact.gif") top center no-repeat; }
	
	#m1:hover, #m2:hover, #m3:hover,
	#m4:hover, #m5:hover, #m6:hover { background-color: #371300; }
	
#menu li .subMenu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 47px;
	left: 0;
	width: 200px;
	list-style: none;
	background: #6e2700;
	display: none;
	z-index: 9999;
	border-bottom: 2px solid black;
	border-right: 2px solid black; }
	
	#menu li .subMenu li { 
		float: none;
		margin: 0;
		padding: 0;
		height: auto; }
	
	#menu li .subMenu li a {
		display: block;
		font: bold 10pt Arial, Helvetica, sans-serif;
		padding: 5px 10px;
		color: #fdf8d2;
		text-transform: uppercase;
		border-bottom: 1px solid black;
		text-decoration: none; }
		
		#menu li .subMenu li a:hover {
			color: white;
			background: #c03c03; }

#menu li:hover ul { display: block; }