/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.menu {
	font-family: Verdana, Arial, sans-serif;
	/*width:750px;
	height:100px;*/
	height:30px;
	position:relative;
	z-index:100;
	background-color: #FFFFFF;
}
.menu ul {
	margin:0;
	padding:0;
	list-style: none;
}
.menu ul li a, .menu ul li a:visited {
	font-weight:bold;
	display:block;
	padding-top: 3px;
	margin-top: 0px;
	text-decoration:none;
	height:35px;
	text-align:center;
	vertical-align: center;
	color:#ffffff;
	border:0px solid #fff;
 	background: none;
	background-position: 0% 40%;
	line-height:14px;
	overflow:hidden;
	z-index:100;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
/*color:#fff;
	background:#36f;*/
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:26px;
	/*top:21px;*/
	left:0;/*width:105px;*/
	/* --------- 1. top: this is where you can change how far low down the dropdown menu appears from the dropdown button --------- */
}
.menu ul li:hover ul li a.hide {
	background:none;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#000000;
	color:#FFFFFF;
	padding-top:20px;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#ddd;
	/*color:#000;*/
}
.menu ul li:hover ul li a {
	display:block;
	background:#ddd;
	color:#000;
	width: 175px;
	height: 26px;
	left: -40px;
	padding-top: 2px;
	text-align: left;
	padding-left: 4px;
}
.menu ul li:hover ul li a:hover {
	background:#000000;
	color:#FFFFFF;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}
#home {
	background-image:url(../images/offHome.jpg);
	width: 60px;
	height: 26px;
	margin-right: 0px;
	margin-left: 0px;
}
#home a {
	width: 60px;
	height: 26px;
}
#home:hover {
	border:none;
	background-image:url(../images/onHome.jpg);
	width:60px;
	height: 26px;
}

#about {
	width: 73px;
	height: 26px;
	background-image: url(../images/offAbout.jpg);
	margin-right: 0px;
	margin-left: 0px;
}
#about a {
	width: 73px;
	height: 26px;
}
#about:hover {
	width: 73px;
	height: 26px;
	border: none;
	background-image: url(../images/onAbout.jpg);
}

#cosmetic {
	width: 121px;
	height: 26px;
	background-image: url(../images/offCosmetic.jpg);
	margin-right: 0px;
	margin-left: 0px;
}

#cosmetic a {
	width: 121px;
	height: 26px;
}
#cosmetic:hover {
	width: 121px;
	height: 26px;
	border:none;
	background-image: url(../images/onCosmetic.jpg);
}

#implant {
	width: 114px;
	height: 26px;
	background-image: url(../images/offImplant.jpg);
}
#implant a {
	width: 114px;
	height: 26px;
}
#implant:hover {
	width: 114px;
	height: 26px;
	border:none;
	background-image: url(../images/onImplant.jpg);
}

#therapy {
	width: 104px;
	height: 26px;
	background-image: url(../images/offTherapy.jpg);
}
#therapy a {
	width: 104px;
	height: 26px;
}
#therapy:hover {
	width: 104px;
	height: 26px;
	border:none;
	background-image: url(../images/onTherapy.jpg);
}

#portfolio {
	width: 71px;
	height: 26px;
	background-image: url(../images/offPortfolio.jpg);
}
#portfolio a {
	width: 71px;
	height: 26px;
}
#portfolio:hover {
	width: 71px;
	height: 26px;
	border:none;
	background-image:url(../images/onPortfolio.jpg);
}

#appointments {
	width: 102px;
	height: 26px;
	background-image: url(../images/offAppointments.jpg);
}
#appointments a {
    width: 102px;
	height: 26px;
}
#appointments:hover {
    width: 102px;
	height: 26px;
	border:none;
	background-image:url(../images/onAppointments.jpg);
}

#advice {
	width: 66px;
	height: 26px;
	background-image: url(../images/offAdvice.jpg);
}
#advice a {
    width: 66px;
	height: 26px;
}
#advice:hover {
    width: 66px;
	height: 26px;
	border:none;
	background-image:url(../images/onAdvice.jpg);
}

#contact {
	width: 91px;
	height: 26px;
	background-image: url(../images/offContact.jpg);
}
#contact a {
    width: 91px;
	height: 26px;
}
#contact:hover {
    width: 91px;
	height: 26px;
	border:none;
	background-image:url(../images/onContact.jpg);
}

