/*** ESSENTIAL STYLES ***/
#navBar {
	z-index: 1001;
	height: 35px;
	background-color: #042949;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	height: 35px;
	background-color: #042949;
	width: 700px;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	list-style:none;
}

/*.sf-menu li.navhighlight ul {
	
	
}*/
ul.sf-menu .navhighlight ul li a, 
ul.sf-menu .navhighlight ul li a .hover {
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100%;
	padding: 10px 15px 10px 15px;
	text-indent:0;
	font-weight:normal;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
background-color: #0066FF;
background-image: none;
	left:			0;
	top:			2.9em; /* match top ul list item height */
	z-index:		99;
}


ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
background-image: none;
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
background-image: none;
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
background-image: none;
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
background-image: none;
	left:			10em; /* match ul width */
	top:			0;
}


ul.sf-menu .navhighlight a, 
ul.sf-menu .navhighlight a .hover {
	background-image: url(../images/edu_sprites.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 35px;
	padding: 0px;
	text-indent:-1000px
}




ul.sf-menu a.home {
	width: 70px;
	background-position: -8px 0px;
}

ul.sf-menu .navhighlight a.home:hover, 
ul.sf-menu a.home .hover {
	background-position: -8px -35px;
	
}


ul.sf-menu a.programs {
	width: 150px;
	background-position: -95px 0px;

}

ul.sf-menu .navhighlight a.programs:hover, 
ul.sf-menu a.programs .hover {
	background-position: -95px -34px;
	
}


ul.sf-menu a.resource {
	width: 100px;
	background-position: -265px 0px;

}

ul.sf-menu .navhighlight a.resource:hover,
ul.sf-menu a.resource .hover {
	background-position: -265px -35px;
}

ul.sf-menu a.prayer {
	width: 140px;
	background-position: -380px 0px;
	
}

ul.sf-menu .navhighlight a.prayer:hover,
ul.sf-menu a.prayer .hover {
	background-position: -380px -35px;	
}



ul.sf-menu a.retreats {
	width: 100px;
	background-position: -530px 0px;


}

ul.sf-menu .navhighlight a.retreats:hover,
ul.sf-menu .retreats .hover {

	background-position: -530px -35px;

}


ul.sf-menu a.involved {
	width: 120px;
	background-position: -625px 0px;


}

ul.sf-menu .navhighlight a.involved:hover,
ul.sf-menu .involved .hover {

	background-position: -625px -35px;

}




/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1.8em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {
	background-color: #003366T;
	background-image: none;
	
}
.sf-menu li li {
	background-color: #135A97;
	display:block;
	background-image: none;
	width:130px;
}
.sf-menu li li li {
background-image:none;
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background-color: #042949;

}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.0em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.5em;
	top:			1.1em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../images/arrows-ffffff.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
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 */
.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*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	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;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

