/*
  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 {
    background:#ffffdf;
    font-size:14px;
    font-family:helvetica,sans-serif;
    font-weight:bold;
    width:100%;
    }
	
	#suckerfishnav, #suckerfishnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#suckerfishnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#suckerfishnav li ul { /* second-level lists */
		position : right;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#suckerfishnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#suckerfishnav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #003300;
		font-weight : bold;
		text-decoration : none;
		background-color : #ffffdf;
		border : 0px solid black;
		padding : 0 0.5em;
	}
	
	#suckerfishnav li a:hover {
		color : #ffcc33;
		background-color : #006633;
	}
	
	#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;
	}
	
	#content {
		margin-left : 12em;
	}
