
#suckerfishnav, #suckerfishnav ul {
height:29px;
list-style:none;
font-family:Arial, Helvetica, Verdana, sans-serif; 
line-height:1.8em;
padding:0;
padding-left:8px;
width:752px;
margin:0 auto ;
background:#ffcc33
}/*can specify a fixed width here if you want, ie: width:30em; It will depend on the length of the menu items.*/

#suckerfishnav ul{
float:left;

}

#suckerfishnav a {
width:1px;/*for IE6*/
font-size:1.5em;
text-align:center;
color:#0b2653;
text-decoration:none;
padding:7px 20px 0px;
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:#fff;
background: #0b2653;
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:hover{position: static;/* Fix sticky behaviour in IE*/} 

#suckerfishnav li.current_page_item{background: #194c81;}
#suckerfishnav li.current_page_item a{color:#fff;}
#suckerfishnav li.current_page_item li a{color:#0b2653;}


#suckerfishnav li li a {
font-size:1.4em;
background-color:transparent;
color:#194c81;
padding:0.4em 1em 0 1em;
border:1px solid #fff;
border-width:0px 1px 0 1px;
text-align:left;
}
#suckerfishnav li li a:hover {
background: #0b2653;
/*color:#f26f21;*/
color:#fff;
}

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

#suckerfishnav li li {
padding:0;
color:#ffcc33;
text-decoration:none;
border-top:1px solid #fff;
background-color:#ffcc33;
}
#suckerfishnav li li.current_page_item{
}

#suckerfishnav li ul a {
width:11em;
}

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

#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;
}
/*3rd level nav*/
#suckerfishnav li li:hover ul, #suckerfishnav li li.sfhover ul{left:183px;margin-top:-28px;}

#suckerfishnav li li:hover, #suckerfishnav li li.sfhover {
background: #ffcc33;
}