/*
  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-color:#000 ;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1em;
margin:5px 0px 0px 0px;
z-index: 7;
}

#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:1;
padding:0;
border:0px;
margin:0 0 .6em 0;
width:100%; /*can specify a fixed width here if you want, ie: width:30em;*/
}

#suckerfishnav a {
display:block;
color:#eee;
text-decoration:none;
padding:2px 9px 4px 9px;
}

#suckerfishnav a:hover, #suckerfishnav .current_page_item a {
color:#1D62AD;
}
/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav li as well*/

#suckerfishnav li {
float:left;
padding:0;
}
/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav a as well*/

#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:12em;
font-weight:normal;
margin:0;
}

#suckerfishnav li li {
padding-right:1em;
width:9em;
/* border-top:1px solid #aaa; */
}

#suckerfishnav li li a {
padding:8px 0px 0px 15px;
}

#suckerfishnav li ul a {
width:9em;
}

#suckerfishnav li ul ul {
margin:-1.50em 0 0 10em;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
left:-999em;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
left:auto;
padding-bottom:10px;
background-color:#000; 
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
font-weight:bold;
}