/*
  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;
		list-style: none;
		float : left;
		width : 11em;
        margin: 45px 0 0 22px;
		width: 200px;
        	
	}
	
	#suckerfishnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 100%;
       
	}
	
	#suckerfishnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 224px;
		margin-top : -31px;
	}
	
	#suckerfishnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#suckerfishnav li a {
		width: 100%;
		display : block;
		color: #484848;
		text-transform: uppercase;
		text-decoration : none;
		border-bottom: 1px dotted #c4c4c4;
		padding : 0 13px 0 10px;
        line-height: 30px;
        font-family: arial;
        background: url('../../../images/pages-hover-left.png');
        background-position: left;
		background-repeat: no-repeat;
	}
	
	#suckerfishnav li a:hover {
		color: #d7870a;
          background: url('../../../images/pages-hover-left-hover.png');
        background-position: left;
		background-repeat: no-repeat;
	}
    
    #suckerfishnav li ul li a {
		 background: url('../../../images/trans.png');
	}
    
    #suckerfishnav li ul li a:hover {
		background: url('../../../images/trans2.png');
	}
	
	#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;
	}