

/*** ESSENTIAL STYLES ***/
#nav_14623, #nav_14623 * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-weight: normal;            /* font weight */
	line-height:36px;            /* navheight1 of 3 */
}
#nav_14623 {
	line-height:36px;         /* navheight2 of 3 */
}
#nav_14623 ul {
	position:		absolute;
    text-align:left;          /* alignment of subnav items */
	top:			-999em;
	width:			10em;   /* left offset of submenus need to match (see below) */
	line-height:36px;        /* navheight3 of 3 */
}
#nav_14623 ul li {
	width:			100%;
	

}
#nav_14623 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_14623 li {
	float:			left; 
	position:		relative;
	line-height:36px;                                                   /* JM for sub arrow that shows up */
	background-color:             #;                                            /* JM main nav background color */
	border-right: 1px dotted #ffffff;                    /* menu divider */
}

li#noborder{border-right: none;}

#nav_14623 a {
	display:		block;
	position:		relative;
}
#nav_14623 li:hover ul,
#nav_14623 li.sfHover ul {
	left:			0;
	top:     	3.0em	;                          /* JM subnav vert align under main nav - match top ul list item height */
	z-index:		99;
}
ul#nav_14623 li:hover li ul,
ul#nav_14623 li.sfHover li ul {
	top:			-999em;
}
ul#nav_14623 li li:hover ul,
ul#nav_14623 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav_14623 li li:hover li ul,
ul#nav_14623 li li.sfHover li ul {
	top:			-999em;
}
ul#nav_14623 li li li:hover ul,
ul#nav_14623 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}




/*** DEMO SKIN ***/
#nav_14623 {
	float:			left;
	margin-bottom:	1em;
}
#nav_14623 a {
	border-left:	0px solid #000;                           /* JM main nav borders */
	border-top:		0px solid #CFDEFF;
	padding: 0px	 .8em;                                      /* JM padding around main nav names */
	text-decoration:none; color:#fff;
}
#nav_14623 a, #nav_14623 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;                                         /* JM main nav text color */
}
#nav_14623 li {
	background:		#;                                                   /* JM nav background */
}
#nav_14623 li li {
	background:		#35557B;                                              /* JM subnav background */]


/* for IE */
filter:alpha(opacity=92);
/* CSS3 standard */
opacity:0.92;

	border-left:0px solid #d0d0d0;
	border-right:0px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}


#nav_14623 li li li {
	background:		#FFDCD8;
}
#nav_14623 li:hover, #nav_14623 li.sfHover,
#nav_14623 a:focus, #nav_14623 a:hover, #nav_14623 a:active {
	background-color:#FFDCD8;  background:url(rollover.png);                         /* JM nav and subnav color on mouseover */
	color:#000 ;                                                           /* JM nav and subnav text color on mouseover */
	outline:		0;
}





#nav_14623 li.selected a {color: #000; background-color:#FFDCD8; background:url(rollover.png) repeat-x; height: 36px}       
/* ---- JM this is to show selected page ----*/




/****** procedures subs *******/

ul#navsub_14623_2323 li a {color: #fff !important; background-image:none !important }          
/* ---- JM this is to make subnavs stay white; remember to change subnav id ----*/


ul#navsub_14623_2323 li:hover, ul#navsub_14623_2323 li.sfHover,
ul#navsub_14623_2323 a:focus, ul#navsub_14623_2323 a:hover, ul#nav_14623_2323 a:active {
	background-color:#FFE44A;                          /* JM nav and subnav bgcolor on mouseover */
	color:#000 !important ;                                  /* JM nav and subnav text color on mouseover */
}





/****** Surgeons subs *******/

ul#navsub_14623_306244 li a {color: #fff !important; background-image:none !important }          
/* ---- JM this is to make subnavs stay white; remember to change subnav id ----*/

ul#navsub_14623_306244 li:hover, ul#navsub_14623_306244 li.sfHover,
ul#navsub_14623_306244 a:focus, ul#navsub_14623_306244 a:hover, ul#navsub_14623_306244 a:active {
	background-color:#FFE44A;                          /* JM nav and subnav bgcolor on mouseover */
	color:#000 !important ;                                  /* JM nav and subnav text color on mouseover */
}






/*** arrows 
#nav_14623 a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* 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 */
#nav_14623 ul .sf-sub-indicator { background-position:  -10px 0; }
#nav_14623 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav_14623 ul a:focus > .sf-sub-indicator,
#nav_14623 ul a:hover > .sf-sub-indicator,
#nav_14623 ul a:active > .sf-sub-indicator,
#nav_14623 ul li:hover > a > .sf-sub-indicator,
#nav_14623 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

**/






/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
