/* top nav stylesheet for Thrillix website */

#top-mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	width:968px; /*set 1px shorer thant the total master container width due to the 1px boarder edge */
	height:23px;
	background: #000000 url(../assets/nav_bg.gif) no-repeat top left;
	margin-top:16px;
	position:relative;
}

#top-mainNav ul li{
	float:left;
}

#top-mainNav ul li a{
	display:block;
	height:23px;
	position: absolute;
	text-align:center;
	top:0;
}

#top-mainNav ul li.home a {
	width: 94px;
	left:0;
}

#top-mainNav ul li.whoweare a {
	width: 103px;
	left:83px;
}

#top-mainNav ul li.schedule a {
	width: 143px;
	left:174px;
}

#top-mainNav ul li.team a {
	width: 126px;
	left:306px;
}

#top-mainNav ul li.sponsors a {
	width: 127px;
	left:421px;
}

#top-mainNav ul li.media a {
	width: 99px;
	left:537px;
}

#top-mainNav ul li.album a {
	width: 95px;
	left:626px;
}

#top-mainNav ul li.recognition a {
	width: 142px;
	left:711px;
}

#top-mainNav ul li.contact a {
	width: 126px;
	left:842px;
}



#top-mainNav ul a {
	display:block;
	float:left;
	padding: 4px 0 0 0;
	text-decoration:none;
	color:#575757;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 11px;
}

#top-mainNav ul .first a {
background:none;
}

#top-mainNav ul a:hover {
	color:#FFFFFF;
	background: #3399CC;
}

#top-mainNav ul li.home a:hover, #home #top-mainNav .home a {
	color:#FFFFFF;
	background: url(../assets/nav_home_over.gif) no-repeat top left;
}

#top-mainNav ul li.whoweare a:hover, #whoweare #top-mainNav .whoweare a {
	color:#FFFFFF;
	background: url(../assets/nav_whoweare_over.gif) no-repeat top left;
}

#top-mainNav ul li.schedule a:hover, #schedule #top-mainNav .schedule a {
	color:#FFFFFF;
	background: url(../assets/nav_schedule_over.gif) no-repeat top left;
}

#top-mainNav ul li.team a:hover, #team #top-mainNav .team a {
	color:#FFFFFF;
	background: url(../assets/nav_team_over.gif) no-repeat top left;
}

#top-mainNav ul li.sponsors a:hover, #sponsors #top-mainNav .sponsors a {
	color:#FFFFFF;
	background: url(../assets/nav_sponsors_over.gif) no-repeat top left;
}

#top-mainNav ul li.media a:hover, #media #top-mainNav .media a {
	color:#FFFFFF;
	background: url(../assets/nav_media_over.gif) no-repeat top left;
}

#top-mainNav ul li.album a:hover, #album #top-mainNav .album a {
	color:#FFFFFF;
	background: url(../assets/nav_album_over.gif) no-repeat top left;
}

#top-mainNav ul li.recognition a:hover, #recognition #top-mainNav .recognition a {
	color:#FFFFFF;
	background: url(../assets/nav_recognition_over.gif) no-repeat top left;
}

#top-mainNav ul li.contact a:hover, #lastLinkInNav #top-mainNav .contact a {
	color:#FFFFFF;
	background: url(../assets/nav_contact_over.gif) no-repeat top left;
}

/* this style assigns the push length to the last LI tag in the main NAV */
#top-mainNav ul .pushNav {
	margin-left: 114px !important; /* correct push length for non IE browsers */
	margin-left: 110px; /* IE will read this push length and align last nav over */
}

#home #top-mainNav .home a {

}

/* sets the [CURRENT PAGE] state of top navigation */
/* these are set in the BODY tag of any page you wish to highlight a top nav items 

#home #top-mainNav .home a,
#team #top-mainNav .team a,
#sponsors #top-mainNav .sponsors a,
#schedule #top-mainNav .schedule a,
#album #top-mainNav .album a,
#media #top-mainNav .media a,
#corporateSponsors #top-mainNav .sponsors a {
	color:#FFFFFF;
	background: #3399CC;
	
}

*/

/* defined styles for the last link in the nav far right */

/* small nav above master banner */

#poker-casino-online-gambel-above-banner {
	text-align: left;
	background: #fff;
	font-size: 0.8em;
	
	width: auto;
	color: #ACACAC;
	font-weight: bold;
	height: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
#poker-casino-online-gambel-above-banner a {
	text-decoration: none;
	color: #999999;
}
#poker-casino-online-gambel-above-banner a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#sitemap #poker-casino-online-gambel-above-banner .sitemap a,
#investors #poker-casino-online-gambel-above-banner .investerlogin a,
#members #poker-casino-online-gambel-above-banner .members a {
	text-decoration:underline;
	color: #FFFFFF;
}
.aboveBanner-left {
	float: left;
	font-size:11px;
}
aboveBanner-right {
	text-align: right;
}
.aboveBanner-right ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

.aboveBanner-right ul li{
float:left;
}

.aboveBanner-right ul a {
	display:block;
	float:left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.8em;
}

