/*
  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, #suckerfishnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 200px;
	}
	
	#suckerfishnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 200px;
	}
	
	#suckerfishnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 202px;
		margin-top : -2.5em;
	}
	
	#suckerfishnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#suckerfishnav li a {
		width: 200px;
		w\idth : 190px;
		display : block;
		background-color: #2F516B;
		padding: 0.5em 0 0.5em 1em;
		color: #FFF;
		border-bottom: 1px solid #FFF;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-left: 1px solid #FFF;
	}
	
	#suckerfishnav li a:hover {
		color : white;
		background-color : #4D7DA4;
	}
	
	#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;
	}