

/*------------------------------------- HOME PAGE MAIN NAVIGATION ------------------------------------------*/

#nav { /* Navigation container. */
	background: none;
	height: 298px;
	margin: 0px;
	width: 146px;
	float: right;
	position: relative;
}
	
#nav ul {
	border: 0;
	height: 298px;
	margin: 0;
	padding: 0;
	width: 444px;
	background-image: url(../images/home_buttons.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#nav li {
	background: transparent;
	list-style: none;
	top: 0;
	float:left;
	}

#nav li, #nav a {
	margin: 0;
	padding: 0;
	width: 146px;
	height:149px;
	float:left;
	}

#nav li a { 
	border: 0;
	display: block; /* turns links into blocks */
	margin: 0;
	padding: 0;
	text-indent: -9999px; /* pushes link text off the page */
	text-decoration: none;
	width: 146px;
	height:149px;
	float:left;
	}

/* Setting background, width & position of main nav links... */
#aboutus { top: 0; height: 149px;}
#treatments { top: 0px; height: 149px; }
#gallery { top: 0px; height: 149px; }
#press_media { top: 149px; height: 149px; }
#fees { top: 149px; height: 149px; }
#contact { top: 149px; height: 149px; }

/* Setting background image positions of hover state... */
#aboutus a:hover { background: url(../images/home_buttons.gif) -444px 0px no-repeat; height: 149px;}
#treatments a:hover { background: url(../images/home_buttons.gif) -590px 0px no-repeat; height: 149px; }
#gallery a:hover { background: url(../images/home_buttons.gif) -736px 0px no-repeat; height: 149px; }
#press_media a:hover { background: url(../images/home_buttons.gif) -444px -149px no-repeat; height: 149px; }
#fees a:hover { background: url(../images/home_buttons.gif) -590px -149px no-repeat; height: 149px; }
#contact a:hover { background: url(../images/home_buttons.gif) -736px -149px no-repeat; height: 149px; }

/* You are here. */
#aboutus_a #aboutus { background: url(../images/home_buttons.gif) -444px 0px  no-repeat;  height:149px; }
#treatments_a #treatments {	background: url(../images/home_buttons.gif) -590px 0px no-repeat; height:149px;	}
#gallery_a #gallery { background: url(../images/home_buttons.gif) -736px -0px no-repeat; height:149px; }
#press_media_a #press_media { background: url(../images/home_buttons.gif) -444px -149px no-repeat; height:149px; }
#fees_a #fees { background: url(../images/home_buttons.gif) -590px -149px no-repeat; height:149px;}
#contact_a #contact { background: url(../images/home_buttons.gif) -736px -149px no-repeat; height:149px;}
