/*
  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 ***/
*styles the container of the buttons */
#suckerfishnav {
    background:rgb(255,255,204);
    font-size:13px;
    font-weight:bold;
    width:100%;
border : 1px solid green;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
  font-weight:bold;
    padding:0;
    background : rgb(255,255,204);
    margin:0;
    width:100%;
	z-index:1000;
    }
	
	/* styles the top level navigation buttons */
#suckerfishnav a, #menu a{
    display:block;
    color:#993300;
    background : rgb(255,255,204);
    text-decoration:none;
  font-weight:bold;
    padding:0px 10px;
    margin :0px 2px;
    }
	
#suckerfishnav li {
    float:left;
    padding:0;
    margin : 0;
    }

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:180px;
    font-weight:bold;
    margin:0;
    line-height:1;
    border:0;
    }

#suckerfishnav li li {
    width:180px;
    font-weight:bold;
    }

/* size of 2nd level flyout */
#suckerfishnav li li a {
    padding:5px 10px;
    width:180px;
    font-size:13px;
    color:#ffffff;
    border : 1px solid rgb(113,113,113);
    border-top : none;
    }
 /* left margin places the flyouts */
#suckerfishnav li ul ul {
    margin:-21px 0 0 180px;
    }

/* 2nd level links on flyout*/
#suckerfishnav li li:hover {
	color : #333;
    background : rgb(255,255,204);
    }

/* this is the hover color of 2nd level links*/
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
     color:white;
     background : rgb(113,113,113) ;
    }

/* top level links on hover */
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a, #menu a.email:hover {
    color:#fff;
    background:rgb(113,113,113);
    }

/* 2nd+ level links on flyout  */
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:rgb(113,113,113);
    background : white ;
    }

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:transparent;
    }

/* box under top level links on hover */
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:transparent;
    border : none;
    }


/*** Second menu CSS code ***/
#suckerfishnav_2 ul    {
    width : 180px;
    }
