#menu {
	margin-left: 2px;
	float: left;
}
/* Menu */
#menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu a{
	background-image: url(images/menu.jpg);
	display: block;
	overflow:hidden;
	width: 252px;
	background-repeat: no-repeat;
}
#menu a span {
	height: 50px;
	width: 207px;
	position: relative;
	display: block;
}
#menu a:hover{background-image: url(images/menu_over.jpg);
cursor:hand;
}
.home   {background-position: 0px -0px;height: 44px;}
.meetus {background-position: 0px -44px;height: 31px;}
.patientinfo {background-position: 0px -75px;height: 32px;}
.dentalimplants {background-position: 0px -106px;height: 34px;}
.periodontaldisease {background-position: 0px -140px;height: 32px;}
.procedures {background-position: 0px -172px;height: 34px;}
.consequences {background-position: 0px -206px;height: 31px;}
.questions {background-position: 0px -237px;height: 32px;}
.links {background-position: 0px -269px;height: 32px;}
.referring {background-position: 0px -301px;height:32px; }
.contactus {background-position: 0px -333px;height: 32px;}
/* End Menu */

/* Sub Menu */ 
#subnav {
	float: right;
	width: 200px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3987E0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
}


#subnav div{
	background-color: #F0F2F9;
	border: 1px solid #333333;
	padding: 5px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#subnav ul {
	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: #3D6792;
	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: #616644;
}

#subnav div a:active {
	color: #330000;
	background-color: #EEF4C6;
}
#subnav h2 a{
	font-size: 14px;
	margin: -5px;
	padding-right:5px;
	padding-top: 0px;
	text-align: right;
	display:inline;
	color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E1E1BF;
}

#subnav h2 {
	font-size: 14px;
	color: #000033;
	background-color: #E0E0BE;
	margin: -5px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#subnav h2 a:hover {
	background-color: #969D6C;
	color: #FFFFFF;
}
/* End Sub Menu */
#subnav h2 a:hover {
	font-size: 14px;
	margin: -5px;
	padding-right:5px;
	padding-top: 0px;
	text-align: right;
	display:inline;
	color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E1E1BF;
}
