

/*** ESSENTIAL STYLES ***/
#nav_379858, #nav_379858 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav_379858 {
	line-height:	1.0;
}
#nav_379858 ul {
	position:		absolute;
    text-align:left;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	line-height:1.2em;
}
#nav_379858 ul li {
	width:			100%;

}
#nav_379858 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_379858 li {
	float:			left; 
	position:		relative;
	line-height:1.0em;                                                   /* JM for sub arrow that shows up */
	background-color:             #;                                            /* JM main nav background color */

}

#nav_379858 a {
	display:		block;
	position:		relative;
}
#nav_379858 li:hover ul,
#nav_379858 li.sfHover ul {
	left:			0;
	top:			3.2em;                          /* JM subnav vert align under main nav - match top ul list item height */
	z-index:		99;
}
ul#nav_379858 li:hover li ul,
ul#nav_379858 li.sfHover li ul {
	top:			-999em;
}
ul#nav_379858 li li:hover ul,
ul#nav_379858 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav_379858 li li:hover li ul,
ul#nav_379858 li li.sfHover li ul {
	top:			-999em;
}
ul#nav_379858 li li li:hover ul,
ul#nav_379858 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}




/*** DEMO SKIN ***/
#nav_379858 {
	float:			left;
	margin-bottom:	1em;
}
#nav_379858 a {
	border-left:	0px solid #fff;                           /* JM main nav borders */
	border-top:		0px solid #CFDEFF;
	padding: 		1em 1em;
	text-decoration:none; color:#fff;
}
#nav_379858 a, #nav_379858 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;                                         /* JM main nav text color */
}
#nav_379858 li {
	background:		#;                                                   /* JM nav background */
}
#nav_379858 li li {
	background:		#4888B9;                                              /* JM subnav background */
	border-bottom:		1px solid #3674a4;
}
#nav_379858 li li li {
	background:		#4888B9;
}
#nav_379858 li:hover, #nav_379858 li.sfHover,
#nav_379858 a:focus, #nav_379858 a:hover, #nav_379858 a:active {
	background:		#07447F;                                             /* JM nav and subnav color on mouseover */
	color:#fff ;                                                           /* JM nav and subnav text color on mouseover */
	outline:		0;
}





#nav_379858 li.selected a {color: #5FD9FF; background-color:#; }       /* ---- JM this is to show selected page ----*/

ul#navsub_379858_272028 li a {color: #fff !important;  }          /* ---- JM this is to make subnavs stay white ----*/
 
ul#navsub_379858_270371 li a {color: #fff !important;  }            /* ---- JM this is to make subnavs stay white  ----*/




/*** arrows **/
#nav_379858 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_379858 ul .sf-sub-indicator { background-position:  -10px 0; }
#nav_379858 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav_379858 ul a:focus > .sf-sub-indicator,
#nav_379858 ul a:hover > .sf-sub-indicator,
#nav_379858 ul a:active > .sf-sub-indicator,
#nav_379858 ul li:hover > a > .sf-sub-indicator,
#nav_379858 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;
}

