/*
  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:#FFFFFF repeat-x;
    font-size: 12px;
    font-family:Georgia, "Times New Roman",
          Times, serif;
    width:100%;
    }
/* top level navigation - sets line height */
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:28px;
    padding:0;
    margin:0;
    width:100%;
    }
/* top level menu settings */
#suckerfishnav a {
    display:block;
    color:#595441;
    text-decoration:none;
    padding-left:10px;
    padding-right:60px;
/*     padding:0px 25px;*/
    }
/* don't see where this is used */
#suckerfishnav li {
    float:left;
    padding:0;
    }
/* settings for the whole block of any drop down */
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:180px;
    font-weight:normal;
    margin:0;
    line-height:1;

    }
#suckerfishnav li li {
    /* width:99px; */
   width:100%;
    font-family:Georgia, "Times New Roman",
          Times, serif;
    }
#suckerfishnav li li a {
    padding:8px 10px;
/*    width:80px;*/
 /*  font-size:0.8em;*/
   color:#464130;
    }
/* setting for how far away the third level nav is from the second level */
#suckerfishnav li ul ul {
    margin:-28px 0 0 180px;
/*    margin:-21px 0 0 125px; */
    }

#suckerfishnav li li:hover {
    background:#f5f3ed; 
    }
#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:#464130;
/* what about here? does this need to be changed to brown, too?*/
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
/*    color:#04689b; */
/*  color:#464130; */
    color: #602d22;
    }
#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:#464130;
    }
#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:#eae4d6; */
 background: #d2cec0;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
/* background:#eae4d6; */
    background: #d2cec0;
    }

/* START OF LEFT HAND NAVIGATION */