/*-- TOP NAV
------------------------------------------------------------------------*/
a#navJewish:link,
a#navJewish:visited {
	height:63px;
	width:314px;
	display:block;
	background-image:url("../images/buttons/care_btn.gif");
	background-repeat:none;
	background-position:0 0;
	text-decoration:none;
	float:left;
	margin-right:6px;
}
a#navJewish:hover {
	background-position:0 -63px;
}
a#navChai:link,
a#navChai:visited {
	height:63px;
	width:314px;
	display:block;
	background-image:url("../images/buttons/chai_btn.gif");
	background-repeat:none;
	background-position:0 0;
	text-decoration:none;
	float:left;
	margin-right:6px;
}
a#navChai:hover {
	background-position:0 -63px;
}
a#navSarah:link,
a#navSarah:visited {
	height:63px;
	width:314px;
	display:block;
	background-image:url("../images/buttons/campus_btn.gif");
	background-repeat:none;
	background-position:0 0;
	text-decoration:none;
	float:left;
}
a#navSarah:hover {
	background-position:0 -63px;
}

/*--------------------------------------------------------------------------*/



/*-- TOP NAV
------------------------------------------------------------------------*/
#mainMenu ul{
	padding:0;
	margin:4px 0 20px 0;
	float:right;
	list-style:none;
}
#mainMenu ul li{
	float:left;
	margin-left:15px;
	display:inline;
}
#mainMenu a:link, #mainMenu a:visited{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#mainMenu a:hover{
	color:#A8A2A8;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #D0D0D0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a{

	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
/*--------------------------------------------------------------------------*/



/*-- LEFT NAV
------------------------------------------------------------------------*/

#col3Left ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	width:210px;
}
#col3Left li {
	font-size:16px;
	margin:0;
	list-style:none;
}
#col3Left li a:link,
#col3Left li a:visited {
	font-family:Georgia, Times New Roman, serif;
	text-decoration:none;
	display:block;
	padding:6px 6px 6px 8px;
	color:#424242;
	background-color:#D6DEE0;
	border-left:#7CA0B1 6px solid;
}
#col3Left li a.alt {
	background-color:#E2EAEC;
}
#col3Left li a:hover {
	text-decoration:underline;
	background-color:#E3E8E9;
}
#col3Left li a.alt:hover {
	background-color:#EEF2F3;	
}
#col3Left ul.campusSarah li.current a {
	border-left:#C40E2C 6px solid;
}
#col3Left ul.campusChai li.current a {
	border-left:#006B4E 6px solid;
}
#col3Left ul.campusJewish li.current a {
	border-left:#0097C7 6px solid;
}
/*--------------------------------------------------------------------------*/































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
