#suckerfishWrapper{
	width:826px;
	margin:0 auto;
	}

#suckerfishnav, #suckerfishnav ul {
height:29px;
list-style:none;
font-family:'Trebuchet MS',Arial, Helvetica, Verdana, sans-serif; 
line-height:1.8em;
padding:0 0 0 10px;
width:403px;/*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 ;
background:#97a9a5;
text-align: left;
float:right;
}

#suckerfishnav ul{}/*spare*/

#suckerfishnav a {
width:1px;/*for IE6*/
font-size:1.1em;
text-align:center;
color:#fff;
text-decoration:none;
text-transform:uppercase;
padding:7px 12px 0px;/* Adjust padding as necessary*/
height:22px;
display:block;
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 {
color:#4f5e66;
background: #97a9a5;
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 a{color:#4f5e66;} 
#suckerfishnav li.current_page_parent a{color:#4f5e66;}
#suckerfishnav li.current_page_item li a{color:#0b2653;}*/




#suckerfishnav li li a{
font-size:1.1em;
background-color:transparent;
color:#fff !important;
padding:0.1em 1em 0 2em;
border:0;
text-align:left;
}
#suckerfishnav li li a:hover {
background: transparent;
color:#333 !important;
}
#suckerfishnav li li a:visited {
color:#fff;
}

#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:330px;
font-weight:normal;
border:1px solid #ff7d40;
border-width:0 0 1px 0;
margin:0;
padding:0;
z-index:1000;
background-color:#ff5100;
}

#suckerfishnav li li {
padding:0.1em 0;
color:#ffcc33;
text-decoration:none;
border-top:1px solid #ff7d40;
background-color:#ff5100;
}


#suckerfishnav li ul a {
width:26.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;
background-color:transparent;
}

#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 0 0 -10px;
}

#suckerfishnav li li:hover, #suckerfishnav li li.sfhover {
background: #ff5100;/*sets background for flyout hovers*/
}