/*---------- TOP NAV -------------------------------------- */
/*-------------------------------------------------------- */
#navBg{
	background-image: url(../images/structure/navBarMain.jpg);
	background-repeat: no-repeat;
	margin: 0x;
	padding: 0;
	overflow: hidden;
	height: 43px;
	width: 900px;
}

ul#nav {
	position:relative;
	width:900px;
	height: 43px;
	right: 0px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

	ul#nav li {
		padding:0;
		margin:0;
		list-style-type:none;
		float:left;
		text-indent:-9999px;
	
	}
	
		ul#nav li a {
			border:0;
			text-decoration:none;
			display:block;
			background-color: transparent;
			background-image: url(../images/structure/allNav.jpg);
			background-repeat: no-repeat;
		}
		
		/*---------- RECIPES -------------------------------------- */
		li#recipes a {
			width:121px;
			height:43px;
		}
		
			li#recipes a:link, li#recipes a:visited {
				background-position:0px 1px;
			}
			li#recipes a:hover, li#recipes a:focus {
				background-position:0px -42px;
			}
			body#recipe-page ul#nav li#recipes a {
				background-position:0px -85px;
			}
		
			
		/*---------- OUR SAUCES ----------------------------------- */
		li#oursauces a {
			width:123px;
			height:43px;
		}
		
			li#oursauces a:link, li#oursauces a:visited {
				background-position:-121px 1px;
			}
			li#oursauces a:hover, li#oursauces a:focus {
				background-position:-121px -42px;
			}
			body#oursauces-page ul#nav li#oursauces a {
				background-position:-121px -85px;
			}
				
		
		/*---------- BBQ ACADEMY ---------------------------------- */
		li#bbqacademy a {
			width:138px;
			height:43px;
		}
		
			li#bbqacademy a:link, li#bbqacademy a:visited {
				background-position:-244px 1px;
			}
			li#bbqacademy a:hover, li#bbqacademy a:focus {
				background-position:-244px -42px;
			}
			body#academy-page ul#nav li#bbqacademy a {
				background-position:-244px -85px;
			}
				
		/*---------- COMPETITIONS & EVENTS ------------------------ */
		li#competitions a {
			width:197px;
			height:43px;
		}
		
			li#competitions a:link, li#competitions a:visited {
				background-position:-382px 1px;
			}
			li#competitions a:hover, li#competitions a:focus {
				background-position:-382px -42px;
			}
				body#ce-page ul#nav li#competitions a {
				background-position:-382px -85px;
			}
		
		/*---------- JOIN TEAM CATTLEMEN'S ------------------------ */
		li#join a {
			width:197px;
			height:43px;
		}
		
			li#join a:link, li#join a:visited {
				background-position:-579px 1px;
			}
			li#join a:hover, li#join a:focus {
				background-position:-579px -42px;
			}
			body#team-page ul#nav li#join a {
				background-position:-579px -85px;
			}

	
/*---------- TOP SUB NAV ---------------------------------- */
/*-------------------------------------------------------- */

#subNav {
	background-image: url(../images/structure/subNav_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 900px;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
}
	#subNav div a {
	float: left;
	margin-left: 30px;
	height: 18px;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	text-decoration:none;
	}

	#subNav .subNavSelect a {
		color: #CC9900;
	}





/*-------------- SIDE NAVIGATION ----------------------------------*/
/*----------------------------------------------------------------*/

#sideNav{
	width:222px;
	float: right;
	background-image: url(../images/structure/bg_sideNav.jpg);
	background-repeat: repeat;
	background-position: left top;
	display: inline;
	margin-left: -3px;
}
	#sideNav h2{
		text-align: center;
		padding: 7px 0;
	}
	#sideNav ul{
		margin:0 0 2px 10px;
		text-decoration:none;
		list-style:none;
		padding: 0px;
		font-size: 80%;
		display:none;
		
	}
		
	#sideNav ul.show{
		display:block;
	}

	#sideNav .marginLeftTop15px p {
	font-size: 70%;
	margin-right: 10px;
	}


		#sideNav ul li a{
			color:#000000;
			text-decoration:none;
		}




/*-------------- WOOD 101 NAVIGATION ------------------------------*/
/*----------------------------------------------------------------*/


#woodNav {
	width:120px;
	margin-left: 30px;
	padding-top: 20px;
	display: inline;
	clear: none;
	float: left;
}

#woodNav a {
	display: block;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	font-size: 70%;
	color: #772B07;
	font-weight: bold;
	width: 110px;
	padding-left: 5px;
}	

#woodNav .sub {
	display: block;
	padding: 3px 0 3px 0;
	border-bottom: 0px !important;
	text-decoration: none;
	font-size: 60% !important;
	color: #000000 !important;
	font-weight: bold;
	width: 110px;
	padding-left: 10px;
}	


#woodNav a.selected {
	background-color: #FEEFD2;
}	




/*-------------- Competition Results NAVIGATION ------------------------------*/
/*----------------------------------------------------------------*/


#resultsNav {
	width:140px;
	margin-left: 30px;
	padding-top: 20px;
	display: inline;
	clear: none;
	float: left;
}

#resultsNav a {
	display: block;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	font-size: 70%;
	color: #772B07;
	font-weight: bold;
	width: 130px;
	padding-left: 5px;
}	

#resultsNav a.selected {
	background-color: #FEEFD2;
}	
