

/*** ESSENTIAL STYLES ***/
#nav_503552, #nav_503552 * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-weight: normal;            /* font weight */
	line-height:42px;            /* navheight1 of 3 */
}
#nav_503552 {
	line-height:42px;         /* navheight2 of 3 */
}
#nav_503552 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:42px;        /* navheight3 of 3 */
}
#nav_503552 ul li {
	width:			100%;
	

}
#nav_503552 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_503552 li {
	float:			left; 
	position:		relative;
	line-height:42px;                                                   /* 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_503552 a {
	display:		block;
	position:		relative;
}
#nav_503552 li:hover ul,
#nav_503552 li.sfHover ul {
	left:			0;
	top:     	3.5em	;                          /* JM subnav vert align under main nav - match top ul list item height */
	z-index:		99;
}
ul#nav_503552 li:hover li ul,
ul#nav_503552 li.sfHover li ul {
	top:			-999em;
}
ul#nav_503552 li li:hover ul,
ul#nav_503552 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav_503552 li li:hover li ul,
ul#nav_503552 li li.sfHover li ul {
	top:			-999em;
}
ul#nav_503552 li li li:hover ul,
ul#nav_503552 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}




/*** DEMO SKIN ***/
#nav_503552 {
	float:			left;
	margin-bottom:	1em;
}
#nav_503552 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_503552 a, #nav_503552 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#474642;                                         /* JM main nav text color */
}
#nav_503552 li {
	background:		#;                                                   /* JM nav background */
}
#nav_503552 li li {
	background:		#FFDCD8;                                              /* 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_503552 li li li {
	background:		#FFDCD8;
}
#nav_503552 li:hover, #nav_503552 li.sfHover,
#nav_503552 a:focus, #nav_503552 a:hover, #nav_503552 a:active {
	background-color:#FFDCD8;  background:url(rollover.png);                         /* JM nav and subnav color on mouseover */
	color:#474642 ;                                                           /* JM nav and subnav text color on mouseover */
	outline:		0;
}







#nav_503552 li.selected a {color: #000; background-color:#FFDCD8; background:url(rollover.png) repeat-x; height: 42px}       /* ---- JM this is to show selected page ----*/

ul#navsub_503552_346701 li a {color: #474642 !important; background-image:none !important }          /* ---- JM this is to make subnavs stay white; remember to change subnav id ----*/
 




/*** arrows 
#nav_503552 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_503552 ul .sf-sub-indicator { background-position:  -10px 0; }
#nav_503552 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav_503552 ul a:focus > .sf-sub-indicator,
#nav_503552 ul a:hover > .sf-sub-indicator,
#nav_503552 ul a:active > .sf-sub-indicator,
#nav_503552 ul li:hover > a > .sf-sub-indicator,
#nav_503552 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;
}
