/*TOP NAVIGATION*/

.Nav {
	background-image: url(/images/nav_main/bg.png);
	height: 60px;
	width: 970px;
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	float: left;
	clear: both;
	padding-left: 10px;

}
.Nav li {
	float: left;
	list-style-type: none;
}
.Nav li.back {
	width:100px;
	height:70px;
	z-index:9;
	position: absolute;
	background-image: url(/images/nav_main/lava.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.Nav li.back .left {
	height: 70px;
	background-image: url(/images/nav_main/lava.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.Nav li a {
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 10;
	float: left;
	height: 40px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Nav li a.nav1 {
	width: 110px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url(/images/nav_main/about_prodentite.gif);
	list-style-type: none;
	margin-left: 10px;

}
.Nav li a.nav2 {
	width:125px;
	height: 60px;
	background-image: url(/images/nav_main/dental_marketing.gif);
	background-repeat: no-repeat;
}	
.Nav li a.nav3 {
	width:155px;
	height: 60px;
	background-image: url(/images/nav_main/dental_websites.gif);
	background-repeat: no-repeat;

}
.Nav li a.nav4 {
	width:125px;
	height: 60px;
	background-image: url(/images/nav_main/dental_logos.gif);
	background-repeat: no-repeat;
}
.Nav li a.nav5 {
	width:195px;
	height: 60px;
	background-image: url(/images/nav_main/dental_reputation.gif);
	background-repeat: no-repeat;
}
.Nav li a.nav6 {
	width:125px;
	height: 60px;
	background-image: url(/images/nav_main/dental_contact.gif);
	background-repeat: no-repeat;
}
.Nav li a.nav7 {
	width:110px;
	height: 60px;
	background-image: url(/images/nav_main/dental_blog.gif);
	background-repeat: no-repeat;

}
