/* Start of CMSMS style sheet 'navigation' */
dfn, span {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
ul#navtop {
	width:800px;
	position:relative;
	top:17px;
	left:170px;
margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
z-index:10;
}

ul#navtop li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
 
}

ul#navtop ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px;
  list-style: none;
  display: none;
  position: absolute;
  top: 45px;
  left: 5px;
}

ul#navtop ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navtop ul li {
  width: 210px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
 height:30px;
}
ul#navtop ul li a {
line-height:30px;
padding:5px;
}

/* Root Menu */
ul#navtop a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;

}

ul#navtop a#home {
	background:url(images/camps/navigation/home.png) no-repeat;
	height:41px;
	width:112px;
	display:block;
	margin-top:5px;
}
ul#navtop a#home:hover {
	background:url(images/camps/navigation/home.png) no-repeat;
background-position: 0 -45px;
}

ul#navtop a#about {
	background:url(images/camps/navigation/about.png) no-repeat;
	height:46px;
	width:143px;
	display:block;
}
ul#navtop a#about:hover {
	background:url(images/camps/navigation/about.png) no-repeat;
background-position: 0 -50px;
}

ul#navtop a#gallery {
	background:url(images/camps/navigation/galleries.png) no-repeat;
	height:41px;
	width:114px;
	display:block;
	margin-top:6px;
}
ul#navtop a#gallery:hover {
	background:url(images/camps/navigation/galleries.png) no-repeat;
background-position: 0 -47px;
}
ul#navtop a#flights {
	background:url(images/camps/navigation/flights.png) no-repeat;
	height:34px;
	width:144px;
	display:block;
	margin-top:13px;
}
ul#navtop a#flights:hover {
	background:url(images/camps/navigation/flights.png) no-repeat;
background-position: 0 -34px;
}
ul#navtop a#contact{
	background:url(images/camps/navigation/contactus.png) no-repeat;
	height:43px;
	width:127px;
	display:block;
	margin-top:3px;
}
ul#navtop a#contact:hover {
	background:url(images/camps/navigation/contactus.png) no-repeat;
background-position: 0 -46px;
}
ul#navtop a#dofe{
	background:url(images/camps/navigation/dofe.png) no-repeat;
	height:38px;
	width:121px;
	display:block;
	margin-top:10px;
}
ul#navtop a#dofe:hover {
	background:url(images/camps/navigation/dofe.png) no-repeat;
background-position: 0 -39px;
}

/* Root Menu Hover Persistence */
ul#navtop a:hover,
ul#navtop li:hover a,
ul#navtop li.iehover a {
    background:#fefddf;
  color: #000;
}

/* 2nd Menu */
ul#navtop li:hover li a,
ul#navtop li.iehover li a {
  float: none;
    background:#fefddf;
  color: #000;
  height:30px;
  text-decoration:none;
    padding:2px;
}

/* 2nd Menu Hover Persistence */
ul#navtop li:hover li a:hover,
ul#navtop li:hover li:hover a,
ul#navtop li.iehover li a:hover,
ul#navtop li.iehover li.iehover a {
    background:#f6df17;
  color: #000;
  height:30px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navtop li:hover ul ul,
ul#navtop li:hover ul ul ul,
ul#navtop li.iehover ul ul,
ul#navtop li.iehover ul ul ul {
  display: none;
}

ul#navtop li:hover ul,
ul#navtop ul li:hover ul,
ul#navtop ul ul li:hover ul,
ul#navtop li.iehover ul,
ul#navtop ul li.iehover ul,
ul#navtop ul ul li.iehover ul {
  display: block;
}

#navlinks {
	position:relative;
	left:50px;
	width:190px;
	height:200px;
}
a span {
position:absolute;
	left: -999em;
}
#traditional a {
	background:url(images/camps/navigation/traditional.gif) no-repeat;
	display:block;
	width:156px;
	height:29px
}
#traditional a:hover {
	background:url(images/camps/navigation/traditional.gif) no-repeat;
background-position: 0 -31px;
}
#adventure a {
	background:url(images/camps/navigation/adventure.gif) no-repeat;
	display:block;
	width:141px;
	height:29px;
	margin-top:-5px;
	margin-left:6px
}
#adventure a:hover {
	background:url(images/camps/navigation/adventure.gif) no-repeat;
background-position: 0 -27px;
}
#riding a {
	background:url(images/camps/navigation/riding.gif) no-repeat;
	display:block;
	width:104px;
	height:29px;
	margin-top:-5px;
	margin-left:8px
}
#riding a:hover {
	background:url(images/camps/navigation/riding.gif) no-repeat;
background-position: 0 -36px;
}
#fitness a {
	background:url(images/camps/navigation/fitness.gif) no-repeat;
	display:block;
	width:111px;
	height:29px;
	margin-top:-7px;
	margin-left:10px
}
#fitness a:hover {
	background:url(images/camps/navigation/fitness.gif) no-repeat;
background-position: 0 -27px;
}
#performing a {
	background:url(images/camps/navigation/performing.gif) no-repeat;
	display:block;
	width:196px;
	height:29px;
	margin-top:-14px;
	margin-left:12px
}
#performing a:hover {
	background:url(images/camps/navigation/performing.gif) no-repeat;
background-position: 0 -40px;
}
#all a {
	background:url(images/camps/navigation/boysgirls.gif) no-repeat;
	display:block;
	width:195px;
	height:29px;
	margin-top:-9px;
	margin-left:14px
}
#all a:hover {
	background:url(images/camps/navigation/boysgirls.gif) no-repeat;
background-position: 0 -31px;
}
#whereare a {
	background:url(images/camps/navigation/where.gif) no-repeat;
	display:block;
	width:186px;
	height:30px;
	margin-top:-5px;
	margin-left:18px
}
#whereare a:hover {
	background:url(images/camps/navigation/where.gif) no-repeat;
background-position: 0 -37px;
}

/* End of 'navigation' */

