
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-9999px;
	width:			602px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	margin:0; 
	padding:40px 20px 20px; 
	width:562px; 
	height:200px; 
	background:url(../_images/treatmentsBck.png) no-repeat 0 0;
}

ul#treatmentsAZ {background:none;height:250px;overflow:hidden;}
ul#treatmentsAZ li a, ul#treatmentsAZ li a:hover {background:none;}
.sf-menu ul#treatmentsAZ li a, ul#treatmentsAZ li a:hover {margin:0;padding:0;display:inline;height:auto;float:none;}
ul#treatmentsAZ li a:hover {color:#91B5A0;}
div.treatmentsAZcol {width:184px;float:left;margin:10px 0 0 0;line-height:1.4;font-size:15px;white-space:pre;}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-240px;
	top:			14px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-9999px;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

