/* Main Navigation */

#menuArea {
	position: relative;
	margin-left: 0px;
}
#menuArea ul {
	margin:0;
	padding-top: 7px;
	/* 16px with 1 more option */
	padding-right: 0px;
	padding-bottom: 0px;
	/* 16px with 1 more option */
	padding-left: 0px;
	list-style-type: none;
}
#menuArea li {
	float:left;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}
#menuArea li a span {
	list-style:none;
	display:block;
}
#menuArea li a em { 
	list-style:none; 
	display:none; 
}
#menuArea li a {
	list-style:none;
	display:block;
	height:28px;
	width:150px;
	background-position:center center;
	cursor: pointer;
	margin:0 0 10px 0; 
}
#menuArea li a:hover span {
	display: block;
	position: relative;
	height:28px;
	width:150px;
	background-position:center bottom;
}

/* Main Menu */
#menuArea li#home a { 
	background-image:url(/images/menu/home.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:76px;
}
#menuArea li#home a:hover span { 
	background-image:url(/images/menu/home-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:76px;
}
#menuArea li#patient a { 
	background-image:url(/images/menu/patient.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:219px;
}
#menuArea li#patient a:hover span { 
	background-image:url(/images/menu/patient-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:219px;
}
#menuArea li#doctor-bios a { 
	background-image:url(/images/menu/doctor-bio.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:136px;
}
#menuArea li#doctor-bios a:hover span { 
	background-image:url(/images/menu/doctor-bio-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:136px;
}
#menuArea li#contact a { 
	background-image:url(/images/menu/contact.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:131px;
}
#menuArea li#contact a:hover span { 
	background-image:url(/images/menu/contact-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:131px;
}
#menuArea li#procedures a { 
	background-image:url(/images/menu/procedures.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:137px;
}
#menuArea li#procedures a:hover span { 
	background-image:url(/images/menu/procedures-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:137px;
}
#menuArea li#referring a { 
	background-image:url(/images/menu/referring.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:195px;
}
#menuArea li#referring a:hover span { 
	background-image:url(/images/menu/referring-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:195px;
}

