/* Nav bar */
ul#nav{
	width:720px;
	height:30px;
	overflow:visible;
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:20;
}
#nav li {
	position:relative;
	float: left;
}
#nav li ul {
	display:block;
	position: absolute;
	width: 200px;
	left: -999em;
	top:30px;
	z-index: 40;
	clear:none;
	background-color: #9A650D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFD481;
}
#nav li:hover ul{
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
}
#nav li.sfhover ul{
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
}
#nav li ul li a {
	display: block;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	width:182px;
	color: #ffffff;
	text-align: left;
	border-collapse:collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFD481;
	border-bottom-color: #DFD481;
	border-left-color: #DFD481;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#nav li ul li a:hover{
	background-color:#3F2103;
	text-decoration:none;
}
a.nav1 {
	display:block;
	height: 30px;
	width: 67px;
	background-position: 0 0px;
	background-image: url(images/btn_about_new.gif);
	background-repeat: no-repeat;
}
a.nav1:hover {
	background-position: 0 -30px;
}
#nav1Over {
	width:67px;
	display:block;
	height: 30px;
	background-position: 0 -30px;
	background-image: url(images/btn_about_new.gif);
	background-repeat: no-repeat;
}
a.nav2 {
	display:block;
	height: 30px;
	width: 124px;
	background-position: 0 0px;
	background-image: url(images/btn_tours_new.gif);
	background-repeat: no-repeat;
}
a.nav2:hover {
	background-position: 0 -30px;
}
#nav2Over {
	display:block;
	height: 30px;
	width:124px;
	background-image: url(images/btn_tours_new.gif);
	background-repeat: no-repeat;
}
a.nav3 {
	display:block;
	height: 30px;
	width: 121px;
	background-position: 0 0px;
	background-image: url(images/btn_retreats_new.gif);
	background-repeat: no-repeat;
}
a.nav3:hover {
	background-position: 0 -30px;
}
#nav3Over {
	width:121px;
	display:block;
	height: 30px;
	background-position: 0 -30px;
	background-image: url(images/btn_retreats_new.gif);
	background-repeat: no-repeat;
}
a.nav4 {
	display:block;
	height: 30px;
	width: 74px;
	background-position: 0 0px;
	background-image: url(images/btn_fac_new.gif);
	background-repeat: no-repeat;
}
a.nav4:hover {
	background-position: 0 -30px;
}
#nav4Over {
	width:74px;
	display:block;
	height:30px;
	background-position: 0 -30px;
	background-image: url(images/btn_fac_new.gif);
	background-repeat: no-repeat;
}
a.nav5 {
	display:block;
	height: 30px;
	width: 78px;
	background-position: 0 0px;
	background-image: url(images/btn_Reg_new.gif);
	background-repeat: no-repeat;
}
a.nav5:hover {
	background-position: 0 -30px;
}
#nav5Over {
	width:78px;
	display:block;
	height:30px;
	background-position: 0 -30px;
	background-image: url(images/btn_Reg_new.gif);
	background-repeat: no-repeat;
}
a.nav6 {
	display:block;
	height: 30px;
	width: 87px;
	background-position: 0 0px;
	background-image: url(images/btn_photos_new.gif);
	background-repeat: no-repeat;
}
a.nav6:hover {
	background-position: 0 -30px;
}
#nav6Over {
	width:87px;
	display:block;
	height:30px;
	background-position: 0 -30px;
	background-image: url(images/btn_photos_new.gif);
	background-repeat: no-repeat;
}
a.nav7 {
	display:block;
	height: 30px;
	width: 92px;
	background-position: 0 0px;
	background-image: url(images/btn_news_new.gif);
	background-repeat: no-repeat;
}
a.nav7:hover {
	background-position: 0 -30px;
}
#nav7Over {
	width:92px;
	display:block;
	height:30px;
	background-position: 0 -30px;
	background-image: url(images/btn_news_new.gif);
	background-repeat: no-repeat;
}
a.nav8 {
	display:block;
	height: 30px;
	width: 77px;
	background-position: 0 0px;
	background-image: url(images/btn_contact_new.gif);
	background-repeat: no-repeat;
}
a.nav8:hover {
	background-position: 0 -30px;
}
#nav8Over {
	width:77px;
	display:block;
	height:30px;
	background-position: 0 -30px;
	background-image: url(images/btn_contact_new.gif);
	background-repeat: no-repeat;
}

/* third level drop down list CSS below */

#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
