.menu
{
	width:992px !important;
	width:996px;
	height:48px;
	font-size:10px;
	position:relative;
	z-index:10;
	background-color:#FFF
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul 
{
	width:196px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	width:198px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited
{
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#00548a;
	width:197px;
	height:48px;
	
	background-image:url('/images/mn/bg.gif');
	background-repeat:repeat-x;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:48px;
}

/* style the second level background */
.menu ul ul a,
.menu ul ul a:visited,
.menu ul ul a.drop,
.menu ul ul a.drop:visited
{
	background-color:#ffffff;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

/* style the second level hover */
.menu ul ul a:hover,
.menu ul ul a.drop:hover
{
	color:#00548a;;
	background-color:#ffffff;
}

.menu ul ul :hover > a.drop,
.menu ul ul :hover > a:visited, 
.menu ul ul :hover > a:visited.drop  
{
	color:#00548a;
	background-color:#ffffff;
}

/* style the third level background */
.menu ul ul ul a,
.menu ul ul ul a:visited
{
	background:#ffffff;
	
}

/* style the third level hover */
.menu ul ul ul a:hover
{
	color:color:#00548a;;
	background-color:#ffffff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:48px;
	left:0;
	width:198px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
	left:196px;
	top:-1px;
	width:196px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
	left:-196px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
	position:absolute;
	top:0;
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited 
{
	background:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:3px 10px; 
	width:176px;
	border-width:0 1px 1px 1px;
}
	
/* yet another hack for IE5.5 */
* html .menu ul ul a,
* html .menu ul ul a:visited
{
	width:176px;
	w\idth:176px;
}

/* style the top level hover */
.menu a:hover,
.menu ul ul a:hover,
.menu :hover > a
{
	color:#00548a;
	text-decoration:underline;
}

.menu ul ul :hover > a
{
	color:#00548a;
	background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
a.top_on:hover,
a.top:hover
{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
	visibility:visible;
}

.sports a.top_on,
.sports a.top_on:hover,
.sports a.top_on:visited,
.sports a.top:hover
{
	background:#fff;
	color: #008A26;
}

.sports:hover a,
.sports:hover a:visited,
.sports:hover a.drop,
.sports_on:hover a,
.sports ul li a,
.sports ul li a.drop,
.sports ul li a.drop:visited,
.sports ul li ul li a,
.sports ul li il li a:visited
{
	background:#fff;
	color: #008A26;
}


.concerts a.top_on,
.concerts a.top_on:hover,
.concerts a.top_on:visited,
.concerts a.top:hover
{
	background:#fff;
	color: #C70E00;
}



.concerts:hover a,
.concerts:hover a:visited,
.concerts:hover a.drop,
.concerts_on:hover a,
.concerts ul li a,
.concerts ul li a.drop,
.concerts ul li a.drop:visited,
.concerts ul li ul li a,
.concerts ul li il li a:visited
{
	background:#fff;
	color: #C70E00;
}


.theatre a.top_on,
.theatre a.top_on:hover,
.theatre a.top_on:visited,
.theatre a.top:hover
{
	background:#fff;
	color: #00548a;
}

.theatre:hover a,
.theatre:hover a:visited,
.theatre:hover a.drop,
.theatre_on:hover a,
.theatre ul li a,
.theatre ul li a.drop,
.theatre ul li a.drop:visited,
.theatre ul li ul li a,
.theatre ul li il li a:visited
{
	background:#fff;
	color: #00548a;
}

.special a.top_on,
.special a.top_on:hover,
.special a.top_on:visited,
.special a.top:hover
{
	background:#fff;
	color: #d36427;
}

.special:hover a,
.special:hover a:visited,
.special:hover a.drop,
.special_on:hover a,
.special ul li a,
.special ul li a.drop,
.special ul li a.drop:visited,
.special ul li ul li a,
.special ul li il li a:visited
{
	background:#fff;
	color: #d36427;
}

.menu .sell a
{
	width:198px;
	color: #FFF;
	background: url("/images/mn/sell.gif");
}


.menu .sell a:hover
{
	color: #FFf;
	text-decoration:underline;
}

