#suckerfishWrapper{background: #fff;}

#suckerfishnav, #suckerfishnav ul {
height:32px;
list-style:none;
line-height:1.8em;
padding:0;
width:612px;/*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:0px 0;
	background: #fff url(images/grn-nav-bk.gif) 0 0 repeat-x;
text-align: center;
font-family:'Trebuchet MS', Verdana, Arial, Sans-Serif; 
font-size: 13px;
text-transform: uppercase;
}
#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:200px;
font-weight:normal;
margin:0;
padding:0;
z-index:1000;
background: #fff;
}
#suckerfishnav ul{}/*spare*/

#suckerfishnav a {
width:1px;/*for IE6*/
text-align:center;
color:#fff;
text-decoration:none;
padding:5px 29px 0px;/* Adjust padding as necessary*/
height:22px;
display:block;
background: url(images/nav-divider.gif) no-repeat right 0;
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 {
background: transparent;
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.current_page_item a{color:#fff;}
#suckerfishnav li.current_page_item li a{color:#fff;}


#suckerfishnav li li a {
font-family:'Trebuchet MS', Verdana, Arial, Sans-Serif; 
font-size: 12px;
background: #006699;
color:#fff;
padding:1px 8px;
border:0;
text-align:left;
}
#suckerfishnav li li a:hover {
background: #3399cc;
color:#fff;
}



#suckerfishnav li li {
padding:00;
color:#fff;
text-decoration:none;
width: 200px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
border-left: solid 1px #fff;
text-transform: capitalize;
}


#suckerfishnav li ul a {
width:184px;
}

#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;
color:006699;
}

#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 li:hover, #suckerfishnav li li.sfhover {
background: #3399cc;/*sets background for flyout hovers*/
}