/* primaryNav styles */
#primaryNav{
	position:relative;
	float:left;
	color:#fff;
	width:100%;
}
#home #primaryNav{
	background: url(../images/primaryNav/backgroundHome.jpg) no-repeat left top #31c11c;
}
#entertainment #primaryNav{
	background: url(../images/primaryNav/backgroundEntertainment.jpg) no-repeat left top #31c11c;
}
#teambuilding #primaryNav{
	background: url(../images/primaryNav/backgroundTeamBuilding.jpg) no-repeat left top #31c11c;
}
#education #primaryNav{
	background: url(../images/primaryNav/backgroundEducation.jpg) no-repeat left top #31c11c;
}
#community #primaryNav{
	background: url(../images/primaryNav/backgroundCommunity.jpg) no-repeat left top #31c11c;
}
#workshops #primaryNav{
	background: url(../images/primaryNav/backgroundWorkshops.jpg) no-repeat left top #31c11c;
}
#circustraining #primaryNav{
	background: url(../images/primaryNav/backgroundCircusTraining.jpg) no-repeat left top #31c11c;
}
#contactus #primaryNav{
	background: url(../images/primaryNav/backgroundGlobal.jpg) no-repeat left top #31c11c;
}
#global #primaryNav{
	background: url(../images/primaryNav/backgroundGlobal.jpg) no-repeat left top #31c11c;
}
#globalNoLeftNav #primaryNav{
	background: url(../images/primaryNav/backgroundGlobal.jpg) no-repeat left top #31c11c;
}
#primaryNav ul{
	list-style:none;
	list-style-position:inside;
	float:left;
	font-size:0.9em;
}
#home #primaryNav ul{
	padding:0;
}
#primaryNav ul li{
	position:relative;
	float:left;
	border-left:1px dotted #fff;
	margin:11px 0 0 8px;
	padding-left:8px;
	z-index:9840987;
}
/* padding for global pages */
#global #primaryNav ul, #globalNoLeftNav #primaryNav ul{
	padding-bottom:11px;
}
#primaryNav ul li.listStart{
	border-left:none;
	padding-left:42px;
}
#home #primaryNav ul li.listStart{
	padding-left:13px;
	margin-left:13px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#primaryNav li.selected{
	text-align:center;
	border:none;
	position:relative;
	background: url(../images/primaryNav/hat.gif) no-repeat center top;
	font-weight:bold;
	height:27px;
	width:auto;
	margin:-0px -10px 0 5px;
	z-index:502;
	padding:11px 12px 0 12px;
}
#primaryNav li.selected a{
	border-left:1px dotted #fff;
	margin-left:-8px;
	padding-left:8px;
}
#primaryNavBottom{
	z-index:1;
	float:left;
	position:relative;
	width:716px;
	height:14px;
	margin-top:-6px;
	background: url(../images/primaryNav/borderBottom.jpg) no-repeat left top #f0f0f0;
}
#home #primaryNavBottom{
	background: url(../images/primaryNav/borderBottomHome.gif) no-repeat left bottom;
}

#primaryNav ul li a:link{color:#fff; background:none transparent; text-decoration:none;}
#primaryNav ul li a:active{color:#fff; background:none transparent; text-decoration:none;}
#primaryNav ul li a:visited{color:#fff; background:none transparent; text-decoration:none;}
#primaryNav ul li a:hover{color:#0196A1; background:none #fff; text-decoration:none;}