@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------------------------
	
	=navigation

--------------------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 170px;
	left: 200px;
	margin: 0;
	width: 800px;
	height: 35px;
	list-style: none;
	list-style-position: none;
	z-index: 20;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li {
	margin: 0;
	height: 35px;
	float: left;
}

#nav li a {
	display: block;
	height: 100%;
	text-decoration: none;
}

/*****I Added********/
#nav li a span{
    display: none;
}

#nav ul{
	position: absolute;
	width: 300px;
	list-style-type:none;
	padding: 0;
	margin: 0;
	display:none;
}

#nav ul li a{
	line-height: 35px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #273E84;
	background-image: url(../graphics/nav/nav_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-left: 10px;
	text-align: left;
	text-indent: 10px;
	border: 1px solid #253b85;
}

#nav ul li a:hover{
    color: white;
}

#nav #nav_tickets ul li a{width: 200px;
position: relative;
left: -10px;
}


#nav #nav_patch ul li a{width: 150px;
position: relative;
left: -10px;
}


#nav #nav_events ul li a{width: 250px;
position: relative;
left: -10px;
}


#nav #nav_volunteer ul li a{width: 160px;
position: relative;
left: -10px;
}

#nav #nav_travel ul li a{width: 150px;
position: relative;
left: -10px;
}


#nav #nav_media ul li a{width: 150px;
position: relative;
left: -10px;
}


#nav #nav_stadium ul li a{width: 150px;
position: relative;
left: -10px;
}

#nav #nav_sponsors ul li a{width: 180px;
position: relative;
left: -10px;
}


#nav #nav_programs ul li a{width: 155px;
position: relative;
left: -10px;
}


#nav #nav_gba ul li a{width: 155px;
position: relative;
left: -105px;
}

/********************/

#nav_tickets, #nav_tickets a {
	width: 76px;
	background: url(../graphics/nav/tickets.jpg) no-repeat;
}

#nav_patch, #nav_patch a {
	width: 92px;
	background: url(../graphics/nav/patch.jpg) no-repeat;
	display: inline;
}

#nav_events, #nav_events a {
	width: 69px;
	background: url(../graphics/nav/events.jpg) no-repeat;
}

#nav_volunteer, #nav_volunteer a {
	width: 99px;
	background: url(../graphics/nav/volunteer.jpg) no-repeat;
}

#nav_travel, #nav_travel a {
	width: 83px;
	background: url(../graphics/nav/fan_info.jpg) no-repeat;
}

#nav_media, #nav_media a {
	width: 62px;
	background: url(../graphics/nav/media.jpg) no-repeat;
}

#nav_stadium, #nav_stadium a {
	width: 81px;
	background: url(../graphics/nav/stadium.jpg) no-repeat;
}

#nav_sponsors, #nav_sponsors a {
	width: 93px;
	background: url(../graphics/nav/sponsors.jpg) no-repeat;
}

#nav_programs, #nav_programs a {
	width: 95px;
	background: url(../graphics/nav/programs.jpg) no-repeat;
}

#nav_gba, #nav_gba a {
	width: 50px;
	background: url(../graphics/nav/gba.jpg) no-repeat;
}

/* hover state */

#nav li a:hover {
	background-position: 0 bottom;
}