/* top nav stylesheet for ThrillX website */

#top-mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:900px; /*set 1px shorer thant the total master container width due to the 1px boarder edge */
	background: #000000 url(../images/ThrillX-mainNav-bg.jpg) repeat-x;
}

#top-mainNav ul li{
float:left;
}

#top-mainNav ul a {
	display:block;
	float:left;
	padding:0 0.8em;
	line-height:2.3em;
	text-decoration:none;
	color:#C9C9C9;
	border-right: 1px solid #3F3F3F;
	font-weight: bold;
}

#top-mainNav ul .first a {
background:none;
}

#top-mainNav ul a:hover {
	color:#FFFFFF;
	background: #C90000;
	border-right: 1px solid #000000;
}

/* this style assigns the push length to the last LI tag in the main NAV */
#top-mainNav ul .pushNav {
	margin-left: 409px !important; /* correct push length for non IE browsers */
	margin-left: 407px; /* IE will read this push length and align last nav over */
}


/* 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 item */

#home #top-mainNav .home a,
#difference #top-mainNav .difference a,
#diffHistory #top-mainNav .difference a,
#diffPhilosophy #top-mainNav .difference a,
#sportsbook #top-mainNav .products a,
#casino #top-mainNav .products a,
#backoffice #top-mainNav .products a,
#customgames #top-mainNav .products a,
#processing #top-mainNav .products a,
#turnkey #top-mainNav .products a,
#news #top-mainNav .news a,
#sportsbook #top-mainNav .sportsbook a,
#products #top-mainNav .products a,
#sales #top-mainNav .sales a,
#investors #top-mainNav .investors a,
#investor-login #top-mainNav .investors a,
#lastLinkInNav2 #top-mainNav .contact a,
#contact #top-mainNav .contact a {
	color:#FFFFFF;
	background: #C90000;
	border-right: 1px solid #A40000;
}

/* defined styles for the last link in the nav far right */
#top-mainNav .lastLinkInNav a {
	border-style: none;
}
#top-mainNav .lastLinkInNav a:hover {
	border-style: none;
}
#lastLinkInNav #top-mainNav .lastLinkInNav a {
	color:#FFFFFF;
	background: #C90000;
	border-style: none;
}

/* defined styles for the last link2 in the nav far right */
#top-mainNav .lastLinkInNav2 a {
	border-style: none;
}
#top-mainNav .lastLinkInNav2 a:hover {
	border-style: none;
}
#lastLinkInNav2 #top-mainNav .lastLinkInNav2 a {
	color:#FFFFFF;
	background: #C90000;
	border-style: none;
}


/* small nav above master banner */

#poker-casino-online-gambel-above-banner {
	text-align: left;
	background: #000000;
	font-size: 0.9em;
	border-right: 1px solid #FF4242;
	border-bottom: 1px solid #FF4242;
	border-left: 1px solid #FF4242;
	width: auto;
	color: #999999;
	font-weight: bold;
	height: 26px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 2.5em;
}
#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,
#investor-login #poker-casino-online-gambel-above-banner .invester-login a,
#aboveBanner-left #poker-casino-online-gambel-above-banner .aboveBanner-left a,
#members #poker-casino-online-gambel-above-banner .members a {
	text-decoration:underline;
	color: #FFFFFF;
}
.aboveBanner-left {
	float: left;
}
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;
}

/* body left column main nav */


#body-left-main-nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#body-left-main-nav ul a{
	display:block;
	width:170px;
	line-height:2.1em;
	text-decoration:none;
	color:#C9C9C9;
	background: #2C2C2C url(../images/body-nav-left-icon-clubs.jpg) no-repeat 6px;
	font-size: 1em;
	padding-left: 24px;
	border-right: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
	border-left: 1px solid #4B4B4B;
}
#body-left-main-nav ul a:hover{
	background: #C90000 url(../images/2ndNav-icon-spade.gif) no-repeat 6px;
	color: #FFFFFF;
	border-right: 1px solid #FF3333;
	border-bottom: 1px solid #FF3333;
	border-left: 1px solid #FF3333;
}
#body-left-main-nav ul .headTitle {
	color: #FFFFFF;
	font-weight: bold;
	width: 196px;
	margin-bottom: -18px;
	border-top: 1px solid #FF3333;
}
#products #body-left-main-nav .products a,
#sportsbook #body-left-main-nav .sportsbook a,
#casino #body-left-main-nav .casino a,
#backoffice #body-left-main-nav .backoffice a,
#customgames #body-left-main-nav .customgames a,
#processing #body-left-main-nav .processing a,
#turnkey #body-left-main-nav .turnkey a,

#news #body-left-main-nav .news a,
#cto #body-left-main-nav .cto a,

#investors #body-left-main-nav .investors a,
#investor-login #body-left-main-nav .investor-login a,

#lastLinkInNav #body-left-main-nav .contact a,
#lastLinkInNav2 #body-left-main-nav .employment a,

#difference #body-left-main-nav .whoWeAre a,
#diffHistory #body-left-main-nav .history a,
#diffPhilosophy #body-left-main-nav .philosophy a  {
	background: #A80000 url(../images/2ndNav-bg-active.jpg) no-repeat;
	color: #FFFFFF;
	border-right: 1px solid #FF3333;
	border-bottom: 1px solid #330000;
	border-left: 1px solid #FF3333;
	}
	.navPush2 { /*this is used to push the copy that follows under the left col nav down slighter so it sits lower */
	margin-bottom: 16px;
}
	
