/* ------------------------------------------------------------

	Title: 		Navigation
	Author: 	neal at abra marketing dot com

------------------------------------------------------------ */
#mainNavOuter {
	border-bottom: 1px solid #C6C2BF;
	border-top: 1px solid #C6C2BF;
	background: #E6E6E6 url(../images/bg_grey_nav.jpg) top left repeat-x;
	position: relative;
}

#widePage #nav {
	width: 100%;
}
	
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	background: #E6E6E6 url(../images/bg_grey_nav.jpg) top left repeat-x;
}

#nav a {
	display: block;
	padding: 10px 18px;
	color: #1F1F1F;
	text-decoration: none;
	border-right: 1px solid #BFBEBE;
	}
	
#nav .partners a {
	border: none;
}

#nav .testimonials {
	text-align: center;
	width: 350px;
}
	
#nav .testimonials a {
	border: none;
	color: #913530;
}

#nav .testimonials a:hover {
	text-decoration: underline;
	background: none;
	color: #913530;
}

#nav .testimonials:hover {
	background: none;
}
	
#nav .theteam a {
	border-left: none;
	}
	
#nav a:hover {
	color: #FFF;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
  	background: #FFF;
	margin: 0 0 0 -1px;
	padding: 0;
	z-index: 999;
}

#nav ul li ul li {
	width: 170px;
	background: #FFF;
	border-bottom: 1px solid #D3D6CD;
	border-right: 1px solid #D3D6CD;
	border-left: 1px solid #D3D6CD;
}

#nav li ul a, #nav li ul li a:link,  #nav li ul li ul li a {
	padding: 8px 8px;
	margin: 0;
	font-size: 90%;
	border: none;
	color: #1F1F1F;
	z-index: 999;
	display: block;

	}
	
#nav li ul .noHit {
	padding: 8px 8px;
	margin: 0;
	font-size: 90%;
	color: #22353C;
	z-index: 999;
	}

#nav li ul ul {
	margin: -2.2em 0 0 170px;
	border-top: 1px solid #C1C1C1;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background: #FFF;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav ul li:hover, #nav ul li.sfhover {
	background: #363434;
}

#nav ul li ul li:hover {
	background: #E9E9E9;
}

#scaffolding {
	height: 70px;
	background: #058ACF;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: #E9E9E9;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

	
li ul a:hover {
	color: #000;
	background: #D9D9D9;
	display: block;
	}

li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul{ display: block; }

.clear {clear: left;}

#nav li ul li.first a,
#nav li ul li.first span,
#nav li#n-games ul li.first a,
#nav li#n-games ul li.first span {
	border-top: none;
	}
	
#nav li ul li.last a,
#nav li ul li.last span,
#nav li#n-games ul li.last a,
#nav li#n-games ul li.last span {
	border-bottom: none;
	}
	
#nav li ul li:hover a,
#nav li ul li.sfhover a,
#nav li ul li:hover span,
#nav li ul li.sfhover span {
	border-top-color: #c1c1c1;
	}
	
#nav li ul li a:hover {
	background: #363434;
	display: block;
	color: #FFF;
	}
	
#nav .grayed {
	color: #979797;
	display: block;
	padding: 14px 16px;
	text-decoration: none;
	border-left: 1px solid #203E4E;
	}


#nav .grayed:hover {
	background: #000;
}

#nav li .platinumUser {
	background: url(../images/star.gif) center left no-repeat;
	font-size: 90%;
}

#nav li ul .platinum_dead, #nav li ul .platinum_img {
	background: url(../images/star.gif) center right no-repeat;
}

#nav li ul .platinum_dead:hover, #nav li ul .platinum_img:hover {
	background: url(../images/star_on.gif) center right no-repeat;
}

#nav li ul .platinum_dead a {
	color: #B2B2B2;
}

#nav li ul .platinum_dead a:hover {
	text-decoration: underline;
	background: #E9F0F5 url(../images/star_on.gif) center right no-repeat;
}

#nav li ul .platinum_img a:hover {
	background: #E9F0F5 url(../images/star_on.gif) center right no-repeat;
}

#nav li ul .producersClub a, #nav li ul li ul .producersClub a {
	background: #F4F4F4;
}

#nav li ul .producersClub a:hover, #nav li ul li ul .producersClub a:hover {
	background: #F4F4F4;
}

#nav li ul a, #nav li ul li a:link, #nav li ul li ul li a {
}

#nav li ul .producersClub a, #nav li ul li ul .producersClub a, #nav li ul .producersClub a:link  {
	color: #B8B8B8;
}

#nav li ul .producersClub a:hover, #nav li ul li ul .producersClub a:hover  {
	color: #B8B8B8;
	text-decoration: none;
	cursor: pointer;
}