#suckerfishWrapper{
height: 52px;
width: 704px;
float: left;
text-align: left;
background:  url(images/orange-bar.gif) repeat-x 0 0;
}

#suckerfishnav, #suckerfishnav ul {
height:52px;
list-style:none;
font-family: 12px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif; 
padding:0;
margin:0;
float: right;
}

#suckerfishnav ul{}/*spare*/

#suckerfishnav a {
width:1px;/*for IE6*/
font-size:1.4em;
text-align:center;
color:#2a2b2b;
text-decoration:none;
padding:15px 22px 0;/* Adjust padding as necessary*/
height:28px;
display:block;
background:  url(images/nav-line-bk.gif) no-repeat left 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 {
color:#f5df72;
background: #d38106;
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: #d38106;}
#suckerfishnav li.current_page_item a{color:#f5df72;}
#suckerfishnav li.current_page_item li a{color:#2a2b2b;}


#suckerfishnav li li a {
background-color:transparent;
color:#2a2b2b;
padding:0.3em 1em 0 1em;
border:0;
text-align:left;
}
#suckerfishnav li li a:hover {
background: transparent;
color:#f5df72;
}

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

#suckerfishnav li li {
padding:0.1em 0;
color:#2a2b2b;
text-decoration:none;
border-top:1px solid #f5df72;
border-top:1px solid #f5df72;
background-color:#d38106;
}


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

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

