/*
  CSS generated via the Multi-level Navigation Plugin ... http://pixopoint.com/multi-level-navigation/

  If you would like a similar menu for your own site, then please try the PixoPoint Web Development
  CSS generator for creating flyout, dropdown and horizontal slider menus ... http://pixopoint.com/suckerfish_css/


*** Main menu CSS code ***/
#suckerfishnav {
	margin-top: 15px;
}

#suckerfishnav, #suckerfishnav ul { /* all lists */
	padding: 0;
	list-style: square;
	line-height:25px;
	width: 160px; 
	color: #0b4493; 
}
 
#suckerfishnav a {
	display: block;
	color: #0b4493; 
	padding:0px 20px;
	font-weight: bold;
	font-size: 14px;
}

#suckerfishnav a:hover, #home .on {
	/*background: url(http://www.cardenschools.com/glendale/wp-content/themes/carden-g/images/menu-nav-hov.jpg) repeat;*/
	height:25px;
	color: #aa231d; 
}
 
#suckerfishnav li { /* all list items */
	/*float: left;*/
	width: 160px;
	/* width needed or else Opera goes nuts */
	/*background: url(http://www.cardenschools.com/glendale/wp-content/themes/carden-g/images/menu-nav.jpg) repeat;*/
	line-height:25px;
	list-style: square;
	background: #fff;
}
 
#suckerfishnav li ul { /* second-level lists */
	position: absolute;
	background: none;
	/*background: url(http://www.cardenschools.com/glendale/wp-content/themes/carden-g/images/menu-nav.jpg) repeat;*/
	width: 160px;
	margin: 0 0 0 135px;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#suckerfishnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
 
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
	left: -999em;
}
 
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -30px;
}

/* ---------------------------------- Second Menu ------------------------------------ */

#suckerfishnav_2 {
	margin-top: 25px;
}

#suckerfishnav_2, #suckerfishnav_2 ul { /* all lists */
	padding: 0;
	list-style: square;
	line-height:25px;
	width: 160px; 
	color: #0b4493; 
}
 
#suckerfishnav_2 a {
	display: block;
	color: #0b4493; 
	padding:0px 20px;
	font-weight: bold;
	font-size: 14px;
}

#suckerfishnav_2 a:hover, #home .on {
	/*background: url(http://www.cardenschools.com/glendale/wp-content/themes/carden-g/images/menu-nav-hov.jpg) repeat;*/
	height:25px;
	color: #0b4493; 
}
 
#suckerfishnav_2 li { /* all list items */
	/*float: left;*/
	width: 160px; 
	/* width needed or else Opera goes nuts */
	/*background: url(http://www.cardenschools.com/glendale/wp-content/themes/carden-g/images/menu-nav.jpg) repeat;*/
	line-height:25px;
	list-style: square;

}
 
#suckerfishnav_2 li ul { /* second-level lists */
	position: absolute;
	/*background: url(http://www.cardenschools.com/glendale/wp-content/themes/carden-g/images/menu-nav.jpg) repeat;*/
	width: 160px;
	margin: 0 0 0 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#suckerfishnav_2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
 
#suckerfishnav_2 li:hover ul ul, #suckerfishnav_2 li:hover ul ul ul, #suckerfishnav_2 li.sfhover ul ul, #suckerfishnav_2 li.sfhover ul ul ul {
	left: -999em;
}
 
#suckerfishnav_2 li:hover ul, #suckerfishnav_2 li li:hover ul, #suckerfishnav_2 li li li:hover ul, #suckerfishnav_2 li.sfhover ul, #suckerfishnav_2 li li.sfhover ul, #suckerfishnav_2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -1em;
}
