/*
  CSS generated via the Suckerfish WordPress Plugin ... http://ryanhellyer.net/2008/01/14/suckerfish-wordpress-plugin/

  If you would like a similar dropdown for your own site, then please contact Ryan Hellyer for
  information about getting your own custom designed dropdown menu ... http://ryanhellyer.net/contact/
*/

#suckerfishnav {
	background-color:#9cac79;
	font-family:Georgia, serif;
	text-align: center;
	font-size:12px;
	padding: 20px 0 0 0;
	height: 24px;

	}

#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	/*line-height:1;*/
	padding:0;
	margin: 0;
	width:800px;
	}/*can specify a fixed width here if you want, ie: width:30em;*/
	
ul#suckerfishnav {
	margin: 20px 0 0 0;
	border-top: 1px solid #ffffcc;
	padding: 2px 40px 2px 42px;
	width: 718px;

	}

#suckerfishnav a {
	display:block;
	color:#ffffcc;
	text-decoration:none;
	padding:0.25em 10px;
	}/*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;
	padding:0 0 0 0;
	margin: 0 1px;
	width: 115px;
	border: 1px solid #ffffcc;
z-index: 500 !important;
	}/*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;
	text-align: left;
	font-weight:normal;
	margin:1px 0 0 0;
	}
	
* html #suckerfishnav li ul {
	margin:  2px 0 0 -58px;
	
	}	
	
#suckerfishnav li ul li {
	border: none;
	border-bottom:1px solid #e1e4bf;
	}	

#suckerfishnav li ul li {
	/*padding-right:1em;*/
	width:150px;
	border-bottom:1px solid #e1e4bf;
	}

#suckerfishnav li ul li a {
	padding:0.2em 10px;
	}
	
/*#suckerfishnav li ul a {width:10px;}*/

#suckerfishnav li ul li ul {
	margin:-15px 0 0 150px;
	}

#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:#9cac79;
	}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: #c0d29a;
	}