/* Menu and navigation Styles */

/* =menu */
	.menu, .menu ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.horizontal li{
		float:left;
	}
		.horizontal li a{
			display:block;
			text-decoration:none;
			font-weight:bold;
			height:auto;
				font-family:Arial, Helvetica, sans-serif;

		}
/* END =menu */

/* =NAV01 */
#nav01-wrapper{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	clear:both;
}
   .public-site #nav01-wrapper {
	   background:#88bbd9;
   }
	.media-central #nav01-wrapper {
		background:#ce0f41;
	}
	.waratah-acedemy #nav01-wrapper {
		background:#76b900;
	}
	.rugby-HQ #nav01-wrapper {
		background:#0060a9;
	}
	.premier-rubgy #nav01-wrapper {
		background:#ff5c00;
	}
	.referees #nav01-wrapper {
		background:#0060a9;
	}
	
	.nswrugbycoaches #nav01-wrapper {
	}

	.sydneyfleet #nav01-wrapper {
	}

	.westernsydneyrams #nav01-wrapper {
	}

	.centralcoastrays #nav01-wrapper {
	}



	#nav01 {
		clear:both;
		text-align:right;
		padding-left:65px;
		float:right;
	}
	.public-site #nav01 {
	}
		#nav01 a{
			background: url(/img/backgrounds/nav01-anchor.gif) no-repeat left center;
			color:#fff;
			height:auto;
			line-height: 22px;
			padding: 0 10px 0 11px;
		}
		#nav01 a:hover {color:#003862}

/* END =NAV01 */

/* =NAV02 */
#nav02 {
	background: #021a47 url(/img/bg_nav02_ul.gif) no-repeat 0 0;
	border-bottom: 1px solid #88bbd9;
	clear:both;
}

#nav02 a{
	background:  url(/img/bg_nav02_li_a.gif) no-repeat right 7px;
	padding:5px 8px 7px 8px;
	color: #fff;
		border: solid #fff;
	border-width: 1px 0 0 0;
	margin-bottom: -1px;
	position: relative;
	top: -1px;
    white-space: nowrap;
}

#nav02 li.current a, #nav02 li.current a:hover {
	background-color: #88bbd9 !important;
	background-image: none;
			border: solid #fff;
	border-width: 1px 1px 0 1px;

	font-weight: bold;
	position: relative;
	left: -1px;
	color: #021a47;
	text-decoration: none;
}


#nav02 a:hover {
	color: #88bbd9;
	text-decoration: none;
}
/* END =NAV02 */

/* =NAV03 */
#nav03 {
	background: #021a47;
	margin:0px;
	border-width:10px 0;
	border-style:solid;
	border-color: #fff;
	padding:5px;
}

#nav03 li {
	xbackground-color:#004d85;
}	

#nav03 a {
	color:#fff;
	padding:5px 10px 5px 10px;
	display:block;
	border-bottom: 2px solid #021a47;
	background-color: #1a2a59;
	text-decoration:none		
}




#nav03 li.current a:hover  {
	color: #fff;
}

#nav03 li.current li a:hover  {
	color: #88bbd9;
}

#nav03 li.current a {
	color: #fff;
	background-color: #88bbd9;
}


#nav03 li a:hover {
	color: #88bbd9;
}

		#nav03 li.current li a {
			border-bottom:1px solid #1a2a59;
			background: none;
			font-weight:normal;	
		}
	/*#nav03 ul {display:none;}*/
		#nav03 li ul li a {background-image:none; font-weight:normal;}
		#nav03 li ul li.selected  a{
			text-decoration:underline;
			font-weight:strong;
		}
		#nav03 li ul li {text-align:right;}
/* END =NAV03 */