#nav {
	float:left;
	width:548px;
	height:38px;
	}

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

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

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

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

.home {
	background:url(../images/nav.jpg) no-repeat 0px 0px;
	display:block;
	width:60px;
	height:38px;
}

.home a:link, .home a:active, .home a:visited{
	background:url(../images/nav.jpg) no-repeat 0px 0px;
	display:block;
	width:60px;
	height:38px;
}
.home a:hover, .home_h a, .home a.selected {
	background:url(../images/nav.jpg) no-repeat -0px -38px;
	display:block;
	width:60px;
	height:38px;	
}

/*-----------------Why choose us----------------------*/
.why {
	background:url(../images/nav.jpg) no-repeat -60px 0px;
	display:block;
	width:85px;
	height:38px;
}

.why a:link, .why a:active, .why a:visited{
	background:url(../images/nav.jpg) no-repeat -60px 0px;
	display:block;
	width:85px;
	height:38px;
}
.why a:hover, .why_h a, .why a.selected {
	background:url(../images/nav.jpg) no-repeat -60px -38px;
	display:block;
	width:85px;
	height:38px;	
}



/*-----------------Treatments----------------------*/
.treatments {
	background:url(../images/nav.jpg) no-repeat -145px 0px;
	display:block;
	width:101px;
	height:38px;
}

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

/*-----------------smile----------------------*/
.emergencis {
	background:url(../images/nav.jpg) no-repeat -246px 0px;
	display:block;
	width:106px;
	height:38px;
}

.emergencis a:link, .emergencis a:active, .emergencis a:visited{
	background:url(../images/nav.jpg) no-repeat -246px 0px;
	display:block;
	width:106px;
	height:38px;
}
.emergencis a:hover, .emergencis_h a{
	background:url(../images/nav.jpg) no-repeat -246px -38px;
	display:block;
	width:106px;
	height:38px;	
}

/*-----------------Fees----------------------*/
.fees {
	background:url(../images/nav.jpg) no-repeat -352px 0px;
	display:block;
	width:99px;
	height:38px;
}

.fees a:link, .fees a:active, .fees a:visited{
	background:url(../images/nav.jpg) no-repeat -352px 0px;
	display:block;
	width:99px;
	height:38px;
}
.fees a:hover, .fees_h a, .fees a.selected{
	background:url(../images/nav.jpg) no-repeat -352px -38px;
	display:block;
	width:99px;
	height:38px;	
}

/*-----------------Contact----------------------*/
.contact {
	background:url(../images/nav.jpg) no-repeat -451px 0px;
	display:block;
	width:97px;
	height:38px;
}

.contact a:link, .contact a:active, .contact a:visited{
	background:url(../images/nav.jpg) no-repeat -451px 0px;
	display:block;
	width:97px;
	height:38px;
}
.contact a:hover, .contact_h a, .contact a.selected{
	background:url(../images/nav.jpg) no-repeat -451px -38px;
	display:block;
	width:97px;
	height:38px;	
}


