/* Menu Top
============================================================================== */
#menu-top-home { 		background: url(../core/img/nav_top_home.gif) left top no-repeat; 		width: 61px; }
#menu-top-life { 		background: url(../core/img/nav_top_life.gif) left top no-repeat; 	width: 83px; }
#menu-top-about { 		background: url(../core/img/nav_top_about.gif) left top no-repeat; 	width: 86px; }
#menu-top-primary { 	background: url(../core/img/nav_top_primary.gif) left top no-repeat; 	width: 126px; }
#menu-top-secondary { 	background: url(../core/img/nav_top_secondary.gif) left top no-repeat; width: 122px; }
#menu-top-esl { 		background: url(../core/img/nav_top_esl.gif) left top no-repeat; 		width: 43px; }
#menu-top-library { 	background: url(../core/img/nav_top_library.gif) left top no-repeat; 	width: 63px; }
#menu-top-departments { background: url(../core/img/nav_top_departments.gif) left top no-repeat; 		width: 92px; }
#menu-top-parents { 	background: url(../core/img/nav_top_parents.gif) left top no-repeat; 	width: 74px; }
#menu-top-gallery { 	background: url(../core/img/nav_top_gallery.gif) left top no-repeat; 	width: 74px; }

#menu-top {
	line-height: 1.0em;
	}
#menu-top ul {
	height: 30px;
	list-style: none;
	}
#menu-top ul li {
	position: relative;
	float: left;
	}
#menu-top ul li a {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 30px;
	}
#menu-top ul li a:hover,
#menu-top ul li a.hover,
#menu-top ul li:hover a,
#menu-top ul li.hover a {
	background-position: 0 -30px;
	}
#menu-top ul li a.active {
	background-position: 0 -60px;
	}
#menu-top ul li ul {
	display: none;
	height: auto;
	width: 170px;
	position: absolute;
	background-color: #FFF; 
	background: url(../core/img/menu_bg.gif) left bottom repeat-y;
	opacity: 0.92;
    -moz-opacity: 92%;
    filter: alpha(opacity=92);
	z-index: 100;
	}
#menu-top ul li.hover ul,
#menu-top ul li:hover ul {
	display: block;
	}
#menu-top ul li ul li {
	float: none;
	width: 170px;
	padding: 0 !important;
	margin: 0 !important;
	}
#menu-top ul li ul li.last {
	height: 5px;
	}
#menu-top ul li ul li a {
	position: relative;
	left: 5px;
	width: 145px;
	text-indent: 0px;
	font-size: 0.7em;
	height: auto;
	/*border-bottom: 1px solid #E3E3E5;*/
	padding: 3px 0 3px 15px;
	}
	
#menu-top ul li#last ul li a {
	width: 48px;
	}
	
#menu-top ul li ul li a:hover, 
#menu-top ul li ul li a.hover {
	color: #FFF;
	background-color: #c00;
	}
		
#menu-top ul li#last ul {
	right: 0px;
	width: 72px;
	}
#menu-top ul li#secondlast ul {
	left: 0px;
	
	}
	
/* Menu top=sec */	
#menu-top-sec-1 { 		background: url(../core/img/nav_top_sec_bg.gif) left top no-repeat; 		width: 750px; }
#menu-top-sec ul {
	height: 17px;
	list-style: none;
	}
#menu-top-sec ul li {
	position: relative;
	float: left;
	}
#menu-top-sec ul li a {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 17px;
	}
#menu-top-sec ul li a:hover,
#menu-top-sec ul li a.hover,
#menu-top-sec ul li:hover a,
#menu-top-sec ul li.hover a {
	background-position: 0 -17px;
	}
#menu-top-sec ul li a.active {
	background-position: 0 -17px;
	}
	
/* Menu Left
============================================================================== */
#menu-left {
	position: relative;
	line-height: 1em;
	z-index: 10;
	}
#menu-left div {
	display: none;
	}
#menu-left div.active {
	display: block;
	}
#menu-left div p {
	margin: 0;
	padding: 0;
	background: url(../core/img/nav_left_li_bg.gif) left top repeat-y;
	}
#menu-left div h1 {
	font: bold 1em/1em Georgia, "Times New Roman", Times, serif;
	color: #257dc9;
	margin: 0px;
	padding: 10px 0px 10px 10px;
		border-bottom: 1px solid #E3E3E5;
	background: url(../core/img/nav_left_li_bg.gif) left top repeat-y;
	}
#menu-left div p a {
	position: relative;
	display: block;
	width: 150px;
	text-decoration: none;
	font-size: 0.75em;
	border-bottom: 1px solid #E3E3E5;
	padding: 5px 0px 5px 20px;
	}
#menu-left div p a:hover {
	color: white;
	background: url(../core/img/nav_left_highlighted.gif) left top repeat-y;
	}
#menu-left div p a.selected,
#menu-left div p a.selected:hover,
#menu-left div p a.selected.hover  {
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #daa;
	background: url(../core/img/nav_left_selected.gif) left top repeat-y;
	}
#menu-left div p.first {
	height: 25px;
	background: url(../core/img/nav_left_top.gif) left top no-repeat;
	border-bottom: 1px solid #E3E3E5;
	}
#menu-left div p.last {
	height: 25px;
	background: url(../core/img/nav_left_bottom.gif) left top repeat-y;
	}

/* Sub menu */
#menu-left div span {
	margin: 0;
	padding: 0;
	display: none;
	}
#menu-left div span.active-sub {
	display: block;
	}
#menu-left div span p {
	background: url(../core/img/nav_left_sub_li_bg.gif) left top repeat-y;	
	}
#menu-left div span p a {
	font-size: 0.70em;
	width: 130px;
	border-bottom: 1px solid #daa;
	padding: 5px 5px 5px 35px;
	}
#menu-left div span p a.selected {
	color: #a00;
	font-weight: bold;
	border-bottom: 1px solid #daa;
	background: url(../core/img/nav_left_sub_selected.gif) left top repeat-y;
	}
#menu-left div span p a:hover,
#menu-left div span p a.selected:hover {
	color: #a00;
	background: url(../core/img/nav_left_sub_highlighted.gif) left top repeat-y;	
	}