/*#suckerfishnav {background-color:#aaa;font-family:verdana,sans-serif;font-weight:bold;font-size:1.3em;}*/


#suckerfishnav, #suckerfishnav ul {float:left;list-style:none;padding:0;
                                   border:0px 0px 0px 0px;
                                  
                                   margin:0px auto 0px auto;}/*can specify a fixed width here if you want, ie: width:30em;*/
#suckerfishnav a {display:block;color:#eee;text-decoration:none;padding:0.4em .6em 0em .6em}/*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 { border-top:none;height:2em;float:left;padding:0;border-right:solid 1px #fff;}/*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:10em;font-weight:normal;margin:0;}
#suckerfishnav li li {width:9em;border-top:0px solid #aaa;}
#suckerfishnav li li a {padding:0.4em 1em;}
#suckerfishnav li ul a {width:9em;width:300px;background-color:#2E4B6B;font-family:Helvetica;border-top:solid 1px black;}
#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 {background-color:#2E4B6B;left:auto;padding-top:0px;font-size:10px;/*#bbb;*/}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {background-color:#2E4B6B;/*background: #17366C;*//*#81AFD5;*/}
