#suckerfishWrapper{
background: #transparent;
float: right;
width: 600px;
}

#suckerfishnav, #suckerfishnav ul {
height:29px;
list-style:none;
line-height:1.8em;
padding:0;
width:600px;/*can specify a fixed width here if you want, ie: width:30em. Adjust as necessary to center - It will depend on the length of the menu items. Use along with padding on menu items to set spacing and width*/
margin:0 auto ;
text-align: center;
}
#suckerfishnav ul{}/*spare*/

#suckerfishnav a {
width:1px;/*for IE6*/
text-align:center;
text-decoration:none;
padding:22px 20px 9px;/* Adjust padding as necessary*/
height:22px;
display:block;
font-family: "HelveticaNeue-Light", Helvetica, Arial, Verdana, sans-serif; 
font-size:20px;
font-weight: normal;
color: #4d5b63;
white-space:nowrap;/*for IE6*/
}/*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>a {
width:auto;/*for all modern Browsers*/
}

#suckerfishnav a:hover, #suckerfishnav a:active {
color:#fff;
background: #4d5b63;
text-decoration:none;
}

#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.current_page_item,#suckerfishnav li.current_page_ancestor{background: transparent;} */



#suckerfishnav li li a {
font-size:1.3em;
background-color:#6b7981;
color:#fff;
padding:0.3em 1em 0 1em;
border:0;
text-align:left;
}
#suckerfishnav li li a:hover {
background: transparent;
color: #fff;
}
#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:300px;
border-width:0 0 1px 0;
margin:0;
padding:0;
z-index:1000;
}

#suckerfishnav li li {
padding:0.1em 0;
color:#ffcc33;
text-decoration:none;
background-color:#6b7981;
}


#suckerfishnav li ul a {
}

#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;
margin:0;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover, #suckerfishnav li li:hover, #suckerfishnav li li.sfhover {
background: #4d5b63;/*sets background for flyout hovers*/
color: #fff;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color: #fff;
}
#suckerfishnav li ul li {
width: 300px;
float: left;
background: #6b7981;
}

#suckerfishnav li .active {
background: #6b7981;
}