/*
  CSS generated via the Multi-level Navigation Plugin ... http://pixopoint.com/multi-level-navigation/

  If you would like a similar menu for your own site, then please try the PixoPoint Web Development
  CSS generator for creating flyout, dropdown and horizontal slider menus ... http://pixopoint.com/suckerfish_css/
*/

#suckerfishnav {
	background-color:#f1f3ee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.1em;
}

#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:1;
	border:none;
	width:760px;
}/*can specify a fixed width here if you want, ie: width:30em;*/

#suckerfishnav a {
	display:block;
	color:#384751;
	text-decoration:none;
	padding:4px;
	height: 25px;
	width: 85px;
	border: #d3d6cd solid 1px;
	background-color: #f1f3ee;
}/*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;
}/*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:150px;
	font-weight:normal;
}

#suckerfishnav li li {
	padding:0;
	width:150px;
}

#suckerfishnav li li a {
	padding:4px;
}

#suckerfishnav li ul a {
	width:150px;
	height: auto;
}

#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;
}

#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;
	background-color:#ddeaf3;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: #ddeaf3;
}

#suckerfishnav a:hover, #suckerfishnav li:hover li a:hover, #suckerfishnav li.sfhover li a:hover {
	background: #ddeaf3;
}