#suckerfishnav, #suckerfishnav ul {
list-style:none;
font-family: Georgia, Arial, Helvetica, Verdana, sans-serif; 
padding:0;
width:650px;/*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:transparent;
}

#suckerfishnav ul{}/*spare*/

#suckerfishnav a {
width:1px;/*for IE6*/
font-size:1.5em;
text-align:center;
color:#fff;
text-decoration:none;
padding: 6px 28px 7px;/* Adjust padding as necessary*/
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 li> a:hover {
width:auto;/*for all modern Browsers*/
}
#suckerfishnav a:hover {
color:#fff;	
background: url(images/blue-rollover-bk.gif) repeat-x;
text-decoration:none;
}

#suckerfishnav li {
float:left;
padding:0;
	border-left: 1px solid #434344;
}/*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 a {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	padding-right: 17px;
	padding-left: 17px;
}

#suckerfishnav li li a {
font-size:1.4em;
background-color:transparent;
color:#fff;
padding:0.2em 1em 0 1em;
border:0;
text-align:left;
}
#suckerfishnav li li a:hover {
border:0;
background: #286b99;
color:#edc74f;
padding:0.2em 1em 0 1em;
}

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

#suckerfishnav li li {
color:#fff;
text-decoration:none;
background: url(images/blue-dk-bk.gif) repeat-x;
border-bottom:1px solid #fff;
width: 180px;
}


#suckerfishnav li ul a {
width:11em;
font-style: normal;
font-size: 11px;
}

#suckerfishnav li ul ul {
}

#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: #286b99;/*sets background for flyout hovers*/
}

#suckerfishnav li.current_page_item, #suckerfishnav li.current_page_ancestor {
background: #286b99;
background: url(images/blue-rollover-bk.gif) repeat-x;
}
#suckerfishnav li.current_page_item a{color:#fff;}
#suckerfishnav li.current_page_item li a{color: #fff;}

#suckerfishnav li ul li.current_page_item {
background: #286b99;
}
#suckerfishWrapper{
background: transparent;
width: 440px;
float: right;
padding: 0;
 }
  #suckerfishWrapper ul li {
 height: 28px;
 padding-top: 0px;
 padding-bottom: 0;
 }
 #suckerfishWrapper ul li a {
 height: 23px;
 padding-top: 5px;
 padding-bottom: 0px;
 }
 
 #suckerfishWrapper #suckerfishnav ul li a:hover {
 height: 23px;
 padding-top: 5px;
 padding-bottom: 0px;
 }
  
 #suckerfishWrapper #suckerfishnav ul li li a{
 padding-top: 2px;
 padding-bottom: 0px;
 }
 #forceright #suckerfishWrapper {
 float: right;
 }
 #suckerfishWrapper ul{
width: 500px;
float: right;
padding: 0;
 }
 #suckerfishnav li li {
height: 34px;
}