/* =Menu
-------------------------------------------------------------- */


#access {
	background:none;height:87px;margin:0 auto; width:auto; 
margin-top:30px; /* Provides spacing directly above menu items */
margin-left:50px;
}

/* ------ setup the top level menu without the hover ----- */
 #access a {	background:14px;
	color: #82b4cb;display: block;	line-height: 1.1em;padding: 0px 24px;font-family:'Shanti', verdana, arial, sans-serif;font-weight: 400; font-size:18px;
	text-decoration: none;	height:4.1em;
} 
 
/* hover change for top menu items (for families, welcome, contact, etc) */
#access a:hover, #access a.hover {color:#fff; margin-top:-58px;padding-top:52px;border-top:#cf3f30 solid 9px; } 

/* removes bullets from list */
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;text-transform: capitalize; padding:0px 0px 0px 10px; 
} 
/* positions top level menu items */
#access .menu-header li,
div.menu li {
	float: left;position: relative;text-align:center; ; border-left:#069 solid 1px;} /* padding-top:3px */

/* ----- does nothing ----- */
/* #access .menu-header li.hover,
div.menu li.hover {display:block;
	color:#fff; margin-top:-30px;padding-top:22px;border-top:#cf3f30 solid 9px; }
 */
/* does nothing 
#access .menu-header,
div.menu {font-size:18px; margin-left: 0 auto; padding:0px 15px 0px 15px; }*/
/* ------------ */

/* ---- 1st sub-level of navigation ---- */

/* ---- Sets size of 1st sub-level menu text ---- */
#access ul li li a { font-size:16px;} /*height:auto; display:inline-block; padding-top:9px; margin-top:5px*/
#access ul li li a:hover, #access ul li li a.hover {color:#fff; border-top:none; margin-top:5px; padding-top:5px;} /*  */


#access ul li ul {
	display: none;position: absolute;
	top: 50px;left: 0px;
	float: left;width: 180px;
	z-index: 99999;	text-align:center; 
}

#access ul ul li {
	min-width: 180px;background:#069;opacity:.97;border-bottom:#036 dotted 1px;
} /* height:51px; */

#access ul ul li:hover {
	background:#cf3f30;
padding-top:0;
} /* height:51px; */

#access ul ul ul {
	left: -191px;
	top: 0;
} /*  */

#access ul ul a {
	line-height: 1.2em;
	padding: 10px;
	height: auto;
} /* width: 220px; */

#access li:hover {
	background:none; border-top:none;
} /* height:50px; */

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
#access ul li a span.sf-sub-indicator{color:#fff;text-shadow:none;}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}