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

#nav { /* Navigation container. */
	background: none;
	height: 25px;
	margin: 0px;
	padding-top: 184px;
	width: 145px;
	float: left;
}
#nav ul {
	border: 0;
	height: 325px;
	margin: 0;
	padding: 0;
	top: 0;
	width: 145px;
	position: relative;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li {
	background: transparent;
	list-style: none;
	position: absolute;
	vertical-align:top;
	top: 0;
	height:25px;
}
#nav li, #nav a {
	margin: 0;
	padding: 0;
	width: 145px;
	position: relative;
	height:25px;
}
#nav li a {
	border: 0;
	display: block; /* turns links into blocks */
	text-indent: -9999px; /* pushes link text off the page */
	text-decoration: none;
	width: 145px;
	height:25px;
	position: relative;
}
/* Setting background, width & position of main nav links... */
#cosmetic_dentistry {
	top: 0px;
	height: 25px;
}
#dental_implant {
	top: 25px;
	height: 25px;
}
#testimonials {
	top: 50px;
	height: 25px;
}
#aboutus {
	top: 75;
	height: 25px;
}
#awards {
	top: 100px;
	height: 25px;
}
#cosmetic_surgery {
	top: 125px;
	height: 25px;
}
#skin_rejuvenation {
	top: 150px;
	height: 25px;
}
#life_coaching {
	top: 175px;
	height: 25px;
}
/*#prof_train { top: 200px; height: 25px;}*/

#visage_membership {
	top: 200px;
	height: 25px;
}
#fees {
	top: 225px;
	height: 25px;
}
#contact_us {
	top: 250px;
	height: 25px;
}
#blog {
	top: 275px;
	height: 25px;
}
/* Setting background image positions of hover state... */
#cosmetic_dentistry a:hover {
	background: url(../images/menu.jpg) -145px 0px no-repeat;
	height: 25px;
	_top:0px;  /* for IE6 */
}
#dental_implant a:hover {
	background: url(../images/menu.jpg) -145px -25px no-repeat;
	height: 25px;
	_top:-1px;  /* for IE6 */
}
#testimonials a:hover {
	background: url(../images/menu.jpg) -145px -50px no-repeat;
	height: 25px;
	_top:-2px;  /* for IE6 */
}
#aboutus a:hover {
	background: url(../images/menu.jpg) -145px -75px no-repeat;
	height: 25px;
	_top:-3px;  /* for IE6 */
}
#awards a:hover {
	background: url(../images/menu.jpg) -145px -100px no-repeat;
	height: 25px;
	_top:-4px;  /* for IE6 */
}
#cosmetic_surgery a:hover {
	background: url(../images/menu.jpg) -145px -125px no-repeat;
	height: 25px;
	_top:-5px;  /* for IE6 */
}
#skin_rejuvenation a:hover {
	background: url(../images/menu.jpg) -145px -150px no-repeat;
	height: 25px;
	_top:-6px;  /* for IE6 */
}
#life_coaching a:hover {
	background: url(../images/menu.jpg) -145px -175px no-repeat;
	height: 25px;
	_top:-7px;  /* for IE6 */
}
#prof_train a:hover { background: url(../images/menu.jpg) -145px -200px no-repeat; height: 25px; 
_top:-8px;  /* for IE6 */ }

#visage_membership a:hover {
	background: url(../images/menu.jpg) -145px -200px no-repeat;
	height: 25px;
	_top:-8px;  /* for IE6 */
}
#fees a:hover {
	background: url(../images/menu.jpg) -145px -225px no-repeat;
	height: 25px;
	_top:-9px;  /* for IE6 */
}
#contact_us a:hover {
	background: url(../images/menu.jpg) -145px -250px no-repeat;
	height: 25px;
	_top:-10px;  /* for IE6 */
}
#blog a:hover {
	background: url(../images/menu.jpg) -145px -275px no-repeat;
	height: 25px;
	_top:-11px;  /* for IE6 */
}





.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#354567;
	font-weight: normal;
	text-decoration:none;
	float:left;
	width:450px;
}
.copyright a, .copyright a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#354567;
	text-decoration:underline;
}
.copyright a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#354567;
	text-decoration:none;
}
