/*
  CSS generated via the Suckerfish WordPress Plugin ... http://ryanhellyer.net/2008/01/14/suckerfish-wordpress-plugin/

  If you would like a similar dropdown for your own site, then please contact Ryan Hellyer for
  information about getting your own custom designed dropdown menu ... http://ryanhellyer.net/contact/
*/

#suckerfishnav {
    !background:none;
    font-size:11px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:16px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a{
    display:block;
    color:#fff;
    text-decoration:underlined;
    padding:5px 8px;
    }
#suckerfishnav li {
    float:right;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:121px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #999;
    }
#suckerfishnav a:hover {
    color:#333;
}