#suckerfishWrapper{
	background:#d70303 url(images/navBG.gif) 0 100% repeat-x;
	width:801px;
	height:45px;
	position:absolute;
	bottom:0;
	left:7px;
	
}

#suckerfishnav, #suckerfishnav ul {
height:29px;
list-style:none;
font-family: 'Trebuchet MS',Arial, Helvetica, Verdana, sans-serif; 
line-height:1.8em;
padding:0;
text-align: center;
}

#suckerfishnav{/*center the list*/
text-align: center;
margin:6px auto 0;
width:630px;
}

#suckerfishnav a {
width:1px;/*for IE6*/
font-size:1.3em;
text-align:center;
color:#fff;
text-decoration:none;
padding:7px 14px 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:#323232;
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: #999;}
#suckerfishnav li.current_page_item a{color:#fff;}
#suckerfishnav li.current_page_item li a{color:#0b2653;}*/


#suckerfishnav li li a {
font-size:1.3em;
background-color:transparent;
color:#fff;
padding:0.3em 1em 0 1em;
border:0;
text-align:left;
}
#suckerfishnav li li a:hover {
background: transparent;
color:#333;
}

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

#suckerfishnav li li {
padding:0.1em 0;
color:#fff;
text-decoration:none;
border-bottom:1px solid #f08181;
background: #d70303;
}


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

#suckerfishnav li.page-item-3 ul, #suckerfishnav li.page-item-3 ul a {width:230px;}

#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: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;
padding-top:10px;
margin:0;
}

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