

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

#nav { /* Navigation container. */
	background: none;
	height: 231px;
	margin: 0px;
	padding: 0;
	width: 200px;
	}
	
#nav ul {
	background: url(../images/mainnav_new.gif) no-repeat left top;
	border: 0;
	height: 232px;
	margin: 0;
	padding: 0;
	width: 200px;
	position: relative;
	}

#nav li {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	}

#nav li, #nav a {
	margin: 0;
	padding: 0;
	width: 200px;
	position: relative;
	}

#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: 200px;
	}

/* Setting background, width & position of main nav links... */
#home { top: 0; height: 29px; }
#about { top: 29px; height: 29px; }
#treatments { top: 58px; height: 29px; }
#patientgallery { top: 88px; height: 29px; }
#fees { top: 117px; height: 29px; }
#consultations { top: 146px; height: 29px; }
#location { top: 175px; height: 29px; }
#email { top: 204px; height: 29px; }

/* Setting background image positions of hover state... */
#home a:hover {background: url(../images/mainnav_new.gif) -200px -0px no-repeat; height: 29px;}
#about a:hover { background: url(../images/mainnav_new.gif) -200px -29px no-repeat; height: 29px; }
#treatments a:hover { background: url(../images/mainnav_new.gif) -200px -58px no-repeat; height: 29px; }
#patientgallery a:hover { background: url(../images/mainnav_new.gif) -200px -87px no-repeat; height: 29px; }
#fees a:hover { background: url(../images/mainnav_new.gif) -200px -116px no-repeat; height: 29px; }
#consultations a:hover { background: url(../images/mainnav_new.gif) -200px -145px no-repeat; height: 29px; }
#location a:hover { background: url(../images/mainnav_new.gif) -200px -174px no-repeat; height: 29px; }
#email a:hover { background: url(../images/mainnav_new.gif) -200px -203px no-repeat; height: 29px; }

/* You are here. */
#home_a #home { background: url(../images/mainnav_new.gif) -200px -0 no-repeat;  height:29px; }
#about_a #about { background: url(../images/mainnav_new.gif) -200px -29px no-repeat; height:29px;}
#treatments_a #treatments { background: url(../images/mainnav_new.gif) -200px -58px no-repeat; height:29px;}
#patientgallery_a #treatments { background: url(../images/mainnav_new.gif) -200px -87px no-repeat; height:29px;}
#fees_a #fees { background: url(../images/mainnav_new.gif) -200px -116px no-repeat; }
#consultations_a #consultations { background: url(../images/mainnav_new.gif) -200px -145px no-repeat; }
#location_a #location { background: url(../images/mainnav.gif) -200px -174px no-repeat; }
#email_a #email { background: url(../images/mainnav_new.gif) -200px -203px no-repeat; }