	#nav{ /* all lists */
		padding: 0;
		margin: 0;
		border:0;
		height: 35px;
		list-style: none;
		width : 990px;
		text-align: center;
		z-index: 100;
		background: #0099CC;
		color: #ffffff;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		background-color: #0099CC;
		color: #ffffff;
		height: 35px;
		line-height: 35px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
	}
	#nav lit { /* all list items */
		position : relative;
		float : left;
		display: block;
		background-color: #0099CC;
		color: #ffffff;
	}
	#nav li:hover{
		background: #006699;
		color: #ffffff;
	}

	#nav li a {
		color: #ffffff;
		text-decoration: none;
		
		display: block;
		height: 23px;
		line-height: 13px;
		margin: 8px 0 8px 0;
		border-right: 1px solid #ffffff;
	}

	#nav li ul a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		display: none;
		left: 0px;
		top: 62px;
		text-align: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#nav li ul li { /* second-level lists */
		border:0;
		font-family: Times New Roman, Times, serif;
		font-variant: normal;
		background: #54721a;
		background-image: url('images/menu/arrow.gif');
		background-repeat: no-repeat;
		background-position: center right;
		color: #cdcd9b;
		height: 22px;
		line-height: 22px;
		padding: 0 15px 0 10px;
		border-top: 1px solid #b4b97f;
		border-bottom: 1px solid #b4b97f;
	}

	#nav li ul li a {
		color: #cdcd9b;
		height: 22px;
		margin: 0;
		border-right: 0;
	}

	#nav li ul li:hover {
		background-color: #678f39;
		color: #ffffff;
		background-image: url('images/menu/arrowHover.gif');
		background-repeat: no-repeat;
		background-position: center right;
	}

	#nav li ul li:hover a {
		color: #ffffff;
	}
		
	#nav li:hover ul { /* lists nested under hovered list items */

		display: block;
	     
	}

	#nav li:hover ul ul { /* lists nested under hovered list items */

		display: none;
	     
	}


#navHome{
	width: 45px;
	z-index: 95;
}

#navAbout{
	width: 70px;
}

#navAccommodation{
	width: 115px;
}

#navComments{
	width: 120px;
}

#navSeasonality{
	width: 95px;
}

#navRates{
	width: 125px;
}

#navBooking{
	width: 93px;
}
 
#navKnysna{
	width: 60px;
}

#navContact{
	width: 85px;
}
 
#navFind{
	width: 60px;
}

#navToDo{
	width: 46px;
}

#navLinks{
	width: 70px;
}

#navTranslate{
	width: 95px;
	margin: 6px 0 0 8px;
}

#nav #navLinks a{
	border: 0;
}
