/*******
	NAVIGATION
		#This controls the hover and style for all of the top navigational bodies
		#Using a series of lists.
********/

a:hover { text-decoration: underline; }


li {
	list-style-type: none;
	margin: 5px 0px;
}
LI {	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	MARGIN: 0px;	PADDING-TOP: 0px}
DIV {	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	MARGIN: 0px;	PADDING-TOP: 0px}
/*** MAIN WRAPPER ***/
.nav_sports 
{
	
	/*background: url(sports.gif) no-repeat;*/
	display: block;
	height: 35px;
	width: 141px;	
	
}
.nav_sports_gray 
{
	
	background: url(/gui/sports_gray.gif) no-repeat;
	display: block;
	height: 35px;
	width: 141px;	
		
}
.nav_concert 
{
	
	background: url(/gui/concerts.gif) no-repeat;
	display: block;
	height: 35px;
	width: 150px;
		
}

.nav_concert_gray 
{
	
	background: url(/gui/concerts_gray.gif) no-repeat;
	display: block;
	height: 35px;
	width: 150px;
		
}

.nav_theater 
{
	
	background: url(/gui/theater.gif) no-repeat;
	display: block;
	height: 35px;
	width: 135px;
		
}
.nav_theater_gray
{
	
	background: url(/gui/theater_gray.gif) no-repeat;
	display: block;
	height: 35px;
	width: 135px;
		
}


.nav_citypages 
{
	
	background: url(/gui/cities.gif) no-repeat;
	display: block;
	height: 35px;
	width: 111px;
		
}
.nav_citypages_gray 
{
	
	background: url(/gui/cities_gray.gif) no-repeat;
	display: block;
	height: 35px;
	width: 111px;
		
}


#navigation {
	height: 60px;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	text-align: center;
	background: url(/gui/btn-nav-bg.gif) repeat-x;
	font-weight: bold;
	font-size: 11px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation h2 {
	position: absolute;
	top: 0px;
	left: 815px;
	height: 40px;
	width: 161px;
	text-indent: -10000px;
	background-image: url(../gui/800Number.gif);
	background-repeat: no-repeat;
}

#navigation a:hover 
{
   /* color: #FF9933;*/COLOR: #086396;
    text-decoration: underline;
}
#navigation a:visited 
{
	
    text-decoration: none;
}
#navigation a {
	text-decoration: none;
	display: block;
	font-weight: normal;
	COLOR: #58595b;
}

#navigation a span {
	cursor: pointer;
}

#navigation div a:hover {
	text-decoration: underline;
}
	
#navigation li {
	font-weight: bold;
	margin: 0px;
	float: left;
	cursor: pointer;
	
	
}

#navigation li.blank {
	/*width: 86px; Commted by Manjunath */
	width: 15px;
	cursor: default;
}

#navigation li#number {
	/*background-image: url(/phone_number.gif) no-repeat top right;*/
}

#navigation li div {
	position: absolute;
	left: -999em;
	/*background: #ffffff;*/
	text-align: left;
	clear: both;
	display: block;
	/*border: 1px solid #336699;*/
	z-index: 3;
	
}

#navigation iframe {
	display: block;
	position: absolute;
	left: -999em;
	width: 250px;
	height: 140px;
	background: #fff;
	z-index: 2;
}

object {
	z-index: 1;
}

#navigation #iframesports
{
	width: 350px;
	height: 140px;
}



#navigation #iframetheater
{
	width: 200px;
	height: 140px;
}

#navigation #iframePackages
{
	width: 272px;
	height: 140px;
}

#navigation #iframe
{
	width: 213px;
	height: 68px;
}


#navigation li div span {
	margin-top: 5px;
	display: block;
	padding: 0px 10px;
	color: #999999;
	font-weight: normal;
	white-space: nowrap;
}

#navigation li div img {
	position: absolute;
	top: -14px;
	left: 30px;
}

#navigation li div ul {
	width: 80px;
	float: left;
	clear: none;
	padding: 2px 5px 5px 5px;
	background-color: #ffffff;
}

#navigation li ul li {
	text-align:	left;
	clear: both;
	margin: 2px 5px;
	font-weight: normal;
	width: auto;
	white-space: nowrap;	
	float: left;

}
#navigation li ul li a{
	text-decoration: none;
	display: block;
	font-weight: normal;

}
#navigation li:hover div, 
#navigation li li:hover div,
#navigation li li li:hover div,
#navigation li:hover iframe,
#navigation li.sfhover div, 
#navigation li li.sfhover div, 
#navigation li li li.sfhover div,
#navigation li.sfhover iframe {
	top: auto;
	left: auto;
	width: auto;
	
}



