/* MAIN MENU */

#menu {
	width:800px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:#c0a656;
	}

#menu ul {list-style:none;}
#menu li {float:left;}
a.button {
	display:block;
	position:relative;
	overflow:hidden;
	}
a.button span {position:absolute;left:-1000px;}

#home {
	width:113px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:url(gui/home_btn.gif) no-repeat;
	float:left;
	}

#home:hover {
	background-position:0 -44px;
	}


#fp {
	width:141px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:url(gui/fp_btn.gif) no-repeat;
	float:left;
	}

#fp:hover {
	background-position:0 -44px;
	}
	

#amenities {
	width:132px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:url(gui/amenities_btn.gif) no-repeat;
	float:left;
	}

#amenities:hover {
	background-position:0 -44px;
	}

#managers {
	width:138px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:url(gui/managers_btn.gif) no-repeat;
	float:left;
	}

#managers:hover {
	background-position:0 -44px;
	}

#specials {
	width:121px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:url(gui/specials_btn.gif) no-repeat;
	float:left;
	}

#specials:hover {
	background-position:0 -44px;
	}

#contact {
	width:155px;
	height:44px;
	margin:0 auto;
	text-align:left;
	background:url(gui/contact_btn.gif) no-repeat;
	float:left;
	}

#contact:hover {
	background-position:0 -44px;
	}



/* LEFT COLUMN MENU */

#leftcol_btns {
	width:525px;
	height:29px;
	margin:0 auto;
	margin-bottom: 40px;
	text-align:left;
	}

#leftcol_btns ul {list-style:none;}
#leftcol_btns li {float:left;}
a.button {
	display:block;
	position:relative;
	overflow:hidden;
	}
a.button span {position:absolute;}

#viewspecials {
	width:216px;
	height:29px;
	margin:0 auto;
	text-align:left;
	background:url(gui/view_specials_btn.gif) no-repeat;
	float:left;
	}

#viewspecials:hover {
	background-position:0 -29px;
	}


#contactnow {
	width:216px;
	height:29px;
	margin:0 auto;
	margin-left: 15px;
	text-align:left;
	background:url(gui/contact_now_btn.gif) no-repeat;
	float:left;
	}

#contactnow:hover {
	background-position:0 -29px;
	}



/* RIGHT COLUMN MENU */

#rightcol_btns {
	width:250px;
	margin:0 auto;
	margin-top: 15px;
	text-align:left;
	}

#rightcol_btns ul {list-style:none;}
#rightcol_btns li {float:left;}
a.button {
	display:block;
	position:relative;
	overflow:hidden;
	}
a.button span {position:absolute;left:-1000px;}

#current {
	width:250px;
	height:42px;
	margin:0 auto;
	text-align:left;
	background:url(gui/current_specials.gif) no-repeat;
	}

#current:hover {
	background-position:0 -42px;
	}

#something {
	width:250px;
	height:42px;
	margin:0 auto;
	text-align:left;
	background:url(gui/something_btn.gif) no-repeat;
	}

#something:hover {
	background-position:0 -42px;
	}

#see {
	width:250px;
	height:40px;
	margin:0 auto;
	text-align:left;
	background:url(gui/see_for_yourself_btn.gif) no-repeat;
	}

#see:hover {
	background-position:0 -40px;
	}

/* BOTTOM 5 FLOOR PLANS BTN */


#tour {
	width:327px;
	margin:0 auto;
	margin-top: 100px;
	text-align:left;
	}

#tour ul {list-style:none;}
#tour li {float:right;}
a.button {
	display:block;
	position:relative;
	overflow:hidden;
	}
a.button span {position:absolute;left:-1000px;}

#tourbtn {
	width:119px;
	height:29px;
	margin:0 auto;
	margin-right: 25px;
	text-align:left;
	background:url(gui/tour_btn.gif) no-repeat;
	}

#tourbtn:hover {
	background-position:0 -29px;
	}