.displace {
	position: absolute;
	left: -5000px;
	}

#borderLEFT {
	float:left;
	display: block;
	width: 22px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/left.gif");
	}
#borderRIGHT {
	float:left;
	display: block;
	width: 21px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/right.gif");
	}	
a#home, a#homeSel {
	float:left;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/home.gif");
	}
a#home:hover, a#homeSel {background-position: 0px 60px;}
	
a#accomodations, a#accomodationsSel {
	float:left;
	display: block;
	width: 128px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/accomodations.gif");
	}
a#accomodations:hover, a#accomodationsSel {background-position: 0px 60px;}

a#rates, a#ratesSel {
	float:left;
	display: block;
	width: 172px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/rates.gif");
	}
a#rates:hover, a#ratesSel {background-position: 0px 60px;}

a#winter, a#winterSel {
	float:left;
	display: block;
	width: 124px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/winter.gif");
	}
a#winter:hover, a#winterSel {background-position: 0px 60px;}

a#area, a#areaSel {
	float:left;
	display: block;
	width: 87px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/area.gif");
	}
a#area:hover, a#areaSel {background-position: 0px 60px;}

a#directions, a#directionsSel {
	float:left;
	display: block;
	width: 92px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/directions.gif");
	}
a#directions:hover, a#directionsSel {background-position: 0px 60px;}

a#contact, a#contactSel {
	float:left;
	display: block;
	width: 74px;
	height: 60px;
	text-decoration: none;
	background: url("../images/nav/contact.gif");
	}
a#contact:hover, a#contactSel {background-position: 0px 60px;}
