@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
table tr td ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
table tr td ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
table tr td ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
table tr td ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
table tr td ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
table tr td ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
table tr td ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
table tr td ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	table tr td ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
.sisterhood {
	background-image: url(../images/sisterhood.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 93px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.sisterhood a:hover {
	background-image: url(../images/sisterhood_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 93px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
table tr td ul.MenuBarHorizontal li.sisterhood ul a {
	background-image: none;
	background-color: #56493C;	color: #FFFFFF;
	line-height: normal;
	height: auto;
	width: 130px;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
}
table tr td ul.MenuBarHorizontal li.sisterhood ul a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #56493C;
}
.about_us {
	background-image: url(../images/about_us.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 91px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.about_us a:hover {
	background-image: url(../images/about_us_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 91px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
table tr td ul.MenuBarHorizontal li.about_us ul a {
	background-image: none;
	background-color: #56493C;
	color: #FFFFFF;
	line-height: normal;
	height: auto;
	width: 80px;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
}
table tr td ul.MenuBarHorizontal li.about_us ul a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #56493C;
}
table tr td ul.MenuBarHorizontal li.about_us ul {
	position: absolute;
	margin: 0 0 0 2%;
}
.shabbat {
	background-image: url(../images/shabbat.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 78px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.shabbat a:hover {
	background-image: url(../images/shabbat_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 78px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
table tr td ul.MenuBarHorizontal li.shabbat ul a {
	background-image: none;
	background-color: #56493C;
	color: #FFFFFF;
	line-height: normal;
	height: auto;
	width: 110px;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
}
table tr td ul.MenuBarHorizontal li.shabbat ul a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #56493C;
}
.education {
	background-image: url(../images/education.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 90px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.education a:hover {
	background-image: url(../images/education_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 90px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
table tr td ul.MenuBarHorizontal li.education ul a {
	background-image: none;
	background-color: #56493C;	color: #FFFFFF;
	line-height: normal;
	height: auto;
	width: 160px;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
}
table tr td ul.MenuBarHorizontal li.education ul a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #56493C;
}
.events {
	background-image: url(../images/events.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 122px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.events a:hover {
	background-image: url(../images/events_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 122px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.connect {
	background-image: url(../images/connect.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 79px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.connect a:hover {
	background-image: url(../images/connect_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 79px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.community {
	background-image: url(../images/community.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 115px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.community a:hover {
	background-image: url(../images/community_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 115px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
table tr td ul.MenuBarHorizontal li.community ul a {
	background-image: none;
	background-color: #56493C;	color: #FFFFFF;
	line-height: normal;
	height: auto;
	width: 185px;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
}
table tr td ul.MenuBarHorizontal li.community ul {
	position: absolute;
	margin: 0 0 0 -22%;
}
table tr td ul.MenuBarHorizontal li.community ul a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #56493C;
}
table tr td ul.MenuBarHorizontal li.community ul.communitySub {
	position: absolute;
	margin: 0 0 0 -100%;
	width: 100px;
}
.jcc {
	background-image: url(../images/jcc.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 62px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.jcc a:hover {
	background-image: url(../images/jcc_f2.gif);
	display: block;
	line-height: 31px;
	height: 31px;
	width: 62px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
