/*
  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: #eee url("images/suckerfish_red.png") repeat-x;
	font-size: 14px;
	font-family: century gothic, sans-serif;
	font-weight: bold;
text-transform:uppercase;
 }

#suckerfishnav, #suckerfishnav ul
{
	float: left;
	list-style: none;
	line-height: 40px;
	padding: 0;
	margin: 0 0 1px 0;
	width: 100%;
}

#suckerfishnav a
{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0px 10px;
}

#suckerfishnav li a:hover{
        color:#ddd;
}

#suckerfishnav li
{
	float: left;
	padding: 0;
	border-right: 1px solid #aaa;
}

#suckerfishnav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	margin: 0;
	line-height: 1;

}

#suckerfishnav li li
{
	padding-right: 1px;
	width: 200px;
	border-bottom: 1px solid #aaa;
}

#suckerfishnav li li a { padding: 8px 10px; }

#suckerfishnav li ul li
{
	font-family: century gothic, sans-serif;
	font-weight: bold;

}


#suckerfishnav li.skip{border-left:1px solid #DDD;float:right;display:block width:100px;}
#suckerfishnav li.skip a{width:100px;}

#suckerfishnav li ul li a
{
	font-size: 14px;
	color: #eee;
}

#suckerfishnav li:hover ul li a { color: #eee; }
#suckerfishnav li ul ul { margin: -23px 0 0 201px; }
#suckerfishnav li ul li:hover { background: #222; }
#suckerfishnav li ul li:hover a { color: #fff; }
#suckerfishnav li ul li:hover li a { color: #eee; }
#suckerfishnav li ul li li:hover a { color: #fff; }
#suckerfishnav li ul li ul li:hover ul li a { color: #eee; }
#suckerfishnav li ul li ul li:hover ul li:hover a { color: #fff; }
#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: #444;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover { background: #eee; }
#suckerfishnav li:hover a,#suckerfishnav li.sf:hover a { color: #9f2;background:#778; }