*#suckerfishnav {
	/*background-color:#222;*/
	font-family:verdana,sans-serif;
	font-weight:bold;
	font-size:12px;
	background-image: url("dropmenu.jpg");
	padding-left:240px;
	width: 610px;
	height: 30px;
	}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	/*line-height:2;*/
    padding-top:0px;
    /*height: 30px;*/
	background-color:#222;	
}/*can specify a fixed width here if you want, ie: width:30em;*/

#suckerfishnav li:hover, #menu li.hover {  
    position: static;  
	}

   
*#suckerfishnav a {
	display:block;
	color: #fff;
	text-decoration:none;
	padding: 0px 5px 5px 10px;
	
	outline: none;
	}/*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 {
	float:left;
	margin:20 0 100px 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 ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:165px;
	font-weight:normal;;margin:0;
	}
#suckerfishnav li li {
	/*padding-right:1em;*/
	width:165px;
	border-top:1px solid #aaa;
	}
#suckerfishnav li li a {
	padding:0.2em 1em;}

#suckerfishnav li ul a {
	width:165px;
}
*#suckerfishnav li ul ul {
width:155px;
	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;
	}
#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;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
color: #606060;
}
#suckerfishnav a:hover, #suckerfishnav li.sfhover {
color: #82c5d9;
}

