/* CSS Document */

/* styles for the main nav */


/* Navigation start*/



#nav {
	float:left;
	width:880px;
	height:63px;
	}

#nav ul{
	margin:0px;
	padding:0px;
	width:880px;
	float:left;
	display:inline;
}

#nav li{
	display: inline;
	float: left;
	list-style: none;
}

#nav a {
	float:left;
	display: block;
	height:63px;
	text-align:left;
	text-indent:-9999px;
}

/*-----------------Home----------------------*/

.home1 a:link, .home1 a:active, .home1 a:visited{
	background:url(../images/nav.jpg) no-repeat 0px 0px;
	display:block;
	width:84px;
	height:63px;
}
.home1 a:hover, .home1_h a, .home1 a.selected {
	background:url(../images/nav.jpg) no-repeat 0px -63px;
	display:block;
	width:84px;
	height:63px;	
}

/*-----------------about Us----------------------*/


.about a:link, .about a:active, .about a:visited{
	background:url(../images/nav.jpg) no-repeat -84px 0px;
	display:block;
	width:109px;
	height:63px;
}
.about a:hover, .about_h a, .about a.selected {
	background:url(../images/nav.jpg) no-repeat -84px -63px;
	display:block;
	width:109px;
	height:63px;	
}


/*-----------------Treatments----------------------*/

.treatments a:link, .treatments a:active, .treatments a:visited{
	background:url(../images/nav.jpg) no-repeat -193px 0px;
	display:block;
	width:126px;
	height:63px;
}
.treatments a:hover, .treatments_h a, .treatments a.selected {
	background:url(../images/nav.jpg) no-repeat -193px -63px;
	display:block;
	width:126px;
	height:63px;	
}


/*-----------------dentalhealth----------------------*/
.dentalhealth a:link, .dentalhealth a:active, .dentalhealth a:visited{
	background:url(../images/nav.jpg) no-repeat -319px 0px;
	display:block;
	width:144px;
	height:63px;
}
.dentalhealth a:hover, .dentalhealth_h a, .dentalhealth a.selected{
	background:url(../images/nav.jpg) no-repeat -319px -63px;
	display:block;
	width:144px;
	height:63px;	
}


/*-----------------smilegallery----------------------*/

.smilegallery a:link, .smilegallery a:active, .smilegallery a:visited{
	background:url(../images/nav.jpg) no-repeat -463px 0px;
	display:block;
	width:142px;
	height:63px;
}
.smilegallery a:hover, .smilegallery_h a, .smilegallery a.selected{
	background:url(../images/nav.jpg) no-repeat -463px -63px;
	display:block;
	width:142px;
	height:63px;	
}




/*-----------------Testimonial----------------------*/
.testimonial a:link, .testimonial a:active, .testimonial a:visited{
	background:url(../images/nav.jpg) no-repeat -605px 0px;
	display:block;
	width:136px;
	height:63px;
}
.testimonial a:hover, .testimonial_h a, .testimonial a.selected{
	background:url(../images/nav.jpg) no-repeat -605px -63px;
	display:block;
	width:136px;
	height:63px;	
}

/*-----------------Contact ----------------------*/
.contact  a:link, .contact  a:active, .contact  a:visited{
	background:url(../images/nav.jpg) no-repeat -741px 0px;
	display:block;
	width:139px;
	height:63px;
}
.contact  a:hover, .contact_h a, .contact a.selected{
	background:url(../images/nav.jpg) no-repeat -741px -63px;
	display:block;
	width:139px;
	height:63px;
}







