@charset "utf-8";
/* CSS Document */

#menu {
	width: 170px;
	margin: 10px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu ul a{
	height: 29px;
	width: 169px;
	display:block;
	overflow:hidden;
	margin-bottom: 5px;
	cursor:hand;
}
#menu ul a:hover{
	height: 29px;
}
#menu ul a span{
	height: 44px;
	width: 169px;
	display:block;
}
a#home { background-image: url(nav/home.jpg);}
a#home:hover { background-image: url(nav/home_over.jpg);}
a#meetus { background-image: url(nav/meetus.jpg);}
a#meetus:hover { background-image: url(nav/meetus_over.jpg);}
a#patientinfo { background-image: url(nav/patientinfo.jpg);}
a#patientinfo:hover { background-image: url(nav/patientinfo_over.jpg);}
a#dentalimplants { background-image: url(nav/dentalimplants.jpg);}
a#dentalimplants:hover { background-image: url(nav/dentalimplants_over.jpg);}
a#periodisease { background-image: url(nav/periodisease.jpg);}
a#periodisease:hover { background-image: url(nav/periodisease_over.jpg);}
a#patiented { background-image: url(nav/patienteducation.jpg);}
a#patiented:hover { background-image: url(nav/patienteducation_over.jpg);}
a#questions { background-image: url(nav/questions.jpg);}
a#questions:hover { background-image: url(nav/questions_over.jpg);}
a#resources { background-image: url(nav/resources.jpg);}
a#resources:hover { background-image: url(nav/resources_over.jpg);}
a#referringdoctors { background-image: url(nav/referringdoctors.jpg);}
a#referringdoctors:hover { background-image: url(nav/referringdoctors_over.jpg);}
a#contactus { background-image: url(nav/contactus.jpg);}
a#contactus:hover { background-image: url(nav/contactus_over.jpg);}
li a#consequences { background-image: url(nav/consequences.jpg); height: 44px;}
li a#consequences:hover { background-image: url(nav/consequences_over.jpg);height: 44px;}
#subnav {
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#subnav div{
	background-color: #F0F2F9;
	border: 1px solid #0A2552;
	padding: 5px;
	width: 200px;
}
#subnav img {
	margin-top:-10px;
	margin-left:-5px;
	padding-bottom:15px;
	}

#subnav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#subnav a {
	display:block;
	color: #3C6E9F;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #EFEFD6;
	margin: 1px;
	background-color: #FFFFFF;
}
#subnav div a:hover {
	background-color:#E5E5B3;
	color: #3E70A1;
}

#subnav div a:active {
	color: #FFFFFF;
	background-color: #577FA3;
}
#subnav h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: -5px;
	padding-right:5px;
	padding-top: 0px;
	text-align: right;
	display:inline;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #3F71A2;
}

#subnav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #3E70A1;
	margin: -5px;
	padding: 5px;
	text-align: right;
}
#subnav h2 a:hover {
	background-color: #3E70A1;
	color: #FFFFFF;
}
