#menu{
	position: absolute;
	top: 0;
	left: 0;
	height: 263px;
	width: 241px;
	padding-top: 7px;
	padding-left: 14px;
	list-style-type: none;
	font-size: 12px;
	background: url(images/contact/menu-bg.png) no-repeat;
	z-index: 2000;
}

#menu li{
	background: url(images/menu-item-bg.png) no-repeat 0 0;
	_background: url(images/menu-item.png) no-repeat 0 0;
	_height: 1%;
	margin: 0 0 6px 0;
	_zoom: 1;
}

#menu li.dropDown{
}

#menu li a{
	display: block;
	height: 28px;
	width: 188px;
	padding-left: 40px;
	line-height: 28px;
	background: url(images/menu-item-bg-selected.png) no-repeat 0 0;
	text-decoration: none;
	_zoom: 1;
}

#menu li a:hover, #menu li a.selected{
	background: url(images/menu-item-bg-selected.png) no-repeat 0 -28px;
}

#menu li ul{
	position: absolute;
	top: 0;
	left: 150px;
	background: #fff;
	border: 1px solid #799bb6;
	padding: 1px 1px 0;
	display: none;
	list-style-type: none;
	_zoom: 1;
}

#menu li#menuAbout ul{
	top: 41px;
}

#menu li#menuTreatments ul{
	top: 75px;
}

#menu li.dropDown:hover{
	_margin: 0 0 3px 0;
}

#menu li:hover ul{
	display: block;
}

#menu li ul li{
	background: none;
	margin: 0;
	padding: 0 0 1px 0;
	*padding: 0;
}

#menu li ul li a{
	width: 140px;
	background: none;
	height: auto;
	line-height: auto;
	padding: 2px 5px;
	color: #799bb6;
	background: #d6e4ee;
	overflow: hidden;
	font: normal 12px Tahoma, Verdana, sans-serif;
}

#menu li ul li a:hover{
	color: #32597d;
	background: #b4cee3;
}