/*
  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:#ff8d31 repeat-x;
    font-size:12px;
    font-family:arial,sans-serif;
    font-weight:bold;
    width:100%;
   }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:5px 0 10px 10px;
    margin-right:10px;
    }
#suckerfishnav li {
    background: url(http://conventioncamp.w3design.lan/wp-content/themes/conventiontheme/img/topnavi_button_bg.gif) repeat-x;
    width: auto;
    height: 40px;
    float:left;
    border: 1px solid #ee7b28;
    padding:0;
    margin:0;
    margin-right:8px;
    }
#suckerfishnav .haschildren a  {
    background: url(http://conventioncamp.w3design.lan/wp-content/themes/conventiontheme/img/topnavi_button_pfeil.gif) no-repeat right bottom;
    }
#suckerfishnav .haschildren li a {
    background: url(http://conventioncamp.w3design.lan/wp-content/themes/conventiontheme/img/topnavi_button_pfeil2.gif) left center no-repeat;
    }
#suckerfishnav .haschildren li:hover a {
    background: url(http://conventioncamp.w3design.lan/wp-content/themes/conventiontheme/img/topnavi_button_pfeil2_hover.gif) left center no-repeat;
    } 
    #suckerfishnav .haschildren li:hover ul li a {
        background: url(http://conventioncamp.w3design.lan/wp-content/themes/conventiontheme/img/topnavi_button_pfeil2.gif) left center no-repeat;
    }
    #suckerfishnav .haschildren li:hover ul li:hover a {
        background: url(http://conventioncamp.w3design.lan/wp-content/themes/conventiontheme/img/topnavi_button_pfeil2_hover.gif) left center no-repeat;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:220px;
    font-weight:normal;
    margin-top:12px;
    line-height:1;
    border:5px solid #ff8f3d;
    }
#suckerfishnav li li {
    background: transparent;
    border: none;
    padding-left:5px;
    width:215px;
    font-family:arial,sans-serif;
    margin:0;
    height:auto;
    }
#suckerfishnav li li a {
    padding:6px 10px;
    font-size:12px;
    color:#ff8f3d;
    }
#suckerfishnav li ul ul {
    margin:-36px 0 0 218px;
    }
#suckerfishnav li li:hover {
    background:#ff8f3d;
    }
#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:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#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:#ff8f3d;
    }
#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:#ffffff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background: url(http://conventioncamp.w3design.lan/wp-content/themes/conventiontheme/img/topnavi_button_bg_hover.gif) repeat-x;
    }