/*
  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 {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    width:180px;
    }
#suckerfishnav a {
    display:block;
    font-size:12px;
    line-height:15px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    color:#1344C4;
    text-decoration:none;
    padding:8px 8px;
    }
#suckerfishnav a:hover {
    background:none;
    color:#1344C4;
    background:#89EA04;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    width:180px;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#89EA04;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    list-style:none;
    width:95px;
    font-weight:normal;
    margin:-40px 0 0 130px;
    line-height:1;
    border:0;
    }
#suckerfishnav li li {
    width:94px;
    margin-bottom:1px;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    line-height:15px;
    background:#BCE5FF;
    padding:4px 10px;
    width:93px;
    font-size:11px;
    color:#001D40;
    }
#suckerfishnav li:hover ul, #suckerfishnav li.sfhover ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li.sfhover ul {
    left:auto;
    }
