#americanJewish #menu #one a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#exhibitions #menu #two a, #exhibitionsOne #menu #two a, #exhibitionsTwo #menu #two a, #exhibitionsThree #menu #two a, #exhibitionsFour #menu #two a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#collectionsAndResearch #menu #three a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#membershipInfo #menu #four a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#educationAndEvents #menu #five a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#programsAndDevelopment #menu #six a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#museumStore #menu #seven a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#aboutUs #menu #eight a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }
#contact #menu #ten a { background: url(/images/menuOn.gif) bottom repeat-x; color: #dbdbcc; }

#subOne, #subTwo, #subThree, #subFour, #subFive, #subSix { display: none; }

/* Exhibitions Sub Menus */ 
#exhibitionsOne #subOne { display: block; }
#exhibitionsTwo #subTwo { display: block; }
#exhibitionsThree #subThree { display: block; }
#exhibitionsFour #subFour { display: block; }

/* Museum Store Sub Menus */ 
#museumStore #subOne { display: block; }

#menu {
	background: #302e2b url(/images/backgroundMenu.gif) repeat-x;
	font: bold 11px 'trebuchet ms', arial, helvetica, sans-serif;
	text-align: center;
	border-bottom: 3px solid #c2c2b4;
	padding: 8px 5px;
	}

#menu a {
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	}
#menu a:hover {
	background: url(/images/menuOver.gif) bottom repeat-x;
	color: #dbdbcc;
	}
	
#colRight ul li a {
	background: #ebebe4 url(/images/backgroundSubmenu.gif) repeat-x;
	font: bold 11px 'trebuchet ms', arial, helvetica, sans-serif;
	text-decoration: none;
	border-top: 1px solid #e3e3d9;
	border-left: 1px solid #e3e3d9;
	border-bottom: 1px solid #c3c3b3;
	border-right: 1px solid #c3c3b3;
	padding: 4px 10px;
	display: block;
	width: 178px;
	margin: 0 0 2px 0;
	}
#colRight ul li a:hover { background: #f4f4f0; }
#colRight ul li ul li a {
	font: bold 10px arial, helvetica, sans-serif;
	color: #226298;
	width: 153px;
	margin: 0 0 2px 0;
	}
	
#menu ul {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}
#menu ul li {
	list-style-image: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#colRight ul {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 2px;
	}
#colRight ul li {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	}
	
#colRight ul li ul {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;

	}
#colRight ul li ul li {
	background: url(/images/backgroundSubSubmenuArrow.gif) top left no-repeat;
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	width: 150px;
	}