/* --------------------- Navigation styling ----------------------------- */

ul#nav {
	border: 0px solid blue;
	/*width: 922px;*/
	padding: 0px 0px 0px 0px;
	margin: 100px 0px 0px 0px;
	list-style-type: none;
	height:15px;
	width:695px;
	float:right;
	position:absolute;
	top:23px;
	right:23px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#nav li {
	border: 0px solid #440000;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#nav li A {
	border: 0px solid #440000;
	/*text-indent:-9000px;*/
	/*letter-spacing: 0.01px;*/
	color: #fff;
	font-size: 12px;
	display: block;
	overflow: hidden;
	height: 24px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration:none;
}
#nav li A:hover {
	color: #84744a;
	background-position: 0px -25px;
}
/* --------------------Link stlying -------------------- */

#spacer {padding:0px 5px 0px 5px;}

#home a {
	color:#fff;
}
#homeON a{
	color: #84744a!important;
text-decoration:underline!important;
}
#location a {

}
#locationON a{
	color: #84744a!important;
text-decoration:underline!important;
}
#spec a {

}
#specON a{
	color: #84744a!important;
text-decoration:underline!important;
}

#post1 a {

}
#post1ON a{
	color: #84744a!important;
text-decoration:underline!important;
}


#post2 a {

}
#post2ON a{
	color: #84744a!important;
text-decoration:underline!important;
}


/*
#gallery a {
	width: 133px;
}
#galleryON {
	width: 133px;
	color: #84744a;
}

#tour a {
	width: 104px;
}
#tourON {
	width: 104px;
	color: #84744a;
}

#accom a {
	width: 131px;
}
#accomON {
	width: 131px;
	color: #84744a;
}
#contact a {
	width: 78px;
}
#contactON {
	width: 78px;
	color: #84744a;
}
*/