/*----------------Navigation----------------*/
/*---main nav---*/
#nav p{
	font-size:0.75em;
	line-height:1.4em;
	margin-bottom:0;/*ADDED */
}

#nav a { 
	font-weight: bold; 
	color: #fff; 
	text-decoration: none;
	margin-left:7px; 
}

#nav a:hover { 
	color:#BCBEBD;
}
/*---END main nav---*/

/*---quicknav---*/
#header ul{
height:42px;
}

#header ul li{
	float:left;
	position:relative;
	list-style-type:none;
	color:#FFFFFF;
}

#header ul li span{
	position:absolute;
	left:-9999em;
}

/*Image replacemEnt*/
li#accomodation a, li#experience a, li#functions a{
	display:block;
	height:42px;
	background:url(../images/background_nav.jpg) no-repeat;
}

/*Put the initial inactive states in place*/
li#accomodation a{
	width:195px;
	background-position: 0 0;
}

li#experience a{
	width:153px;
	background-position: -195px -56px;
}

li#functions a{
	width:123px;
	background-position: -348px 0;
}

li#accomodation a:hover, body.accommodation li#accomodation a{
	background-position: 0 -55px;
}

li#experience a:hover, body.experience li#experience a{
	background-position: -195px -56px;
}

li#functions a:hover, body.functions li#functions a{
	background-position: -348px -56px;
}
/*---END quicknav---*/


/*---Sub2 Navigation---*/
#nav_sub2{
	padding:11px 0 25px 66px;
	background:url(../images/background_grunge_menusub2.jpg) top left no-repeat;
}

#nav_sub2 ul{
height:17px;
}

#nav_sub2 ul li{
	float:left;
	position:relative;
	list-style-type:none;
}

#nav_sub2 ul li span{
	position:absolute;
	left:-9999em;
}

/*-	EXPERIENCE-*/
/*Image replacement*/
li#defiance a, li#boilerhouse a, li#interactive_exp a, li#spa a, li#overview_exp a{
	display:block;
	height:17px;
	background:url(../images/subnav_experience.gif) no-repeat;
}

/*Put the initial inactive states in place*/
li#overview_exp a{
	width:74px;
	background-position: 0 0;
}

li#defiance a{
	width:73px;
	background-position: -74px 0;
}

li#boilerhouse a{
	width:102px;
	background-position: -75px 0;
}

li#interactive_exp a{
	width:180px;
	background-position: -176px 0;
}

li#spa a{
	width:121px;
	background-position: -429px 0;
}

li#overview_exp a:hover{
	width:74px;
	background-position: 0 -25px;
}

li#defiance a:hover{
	width:73px;
	background-position: -74px -25px;
}

li#boilerhouse a:hover{
	width:102px;
	background-position: -75px -25px;
}

li#interactive_exp a:hover{
	width:180px;
	background-position: -176px -25px;
}

li#spa a:hover{
	width:121px;
	background-position: -429px -25px;
}
/*-	END EXPERIENCE-*/
/*---ENDSub2 Navigation---*/
/*----------------END Navigartion----------------*/
