/* 
	WP Menubar nav template
	nav.css stylesheet for the Suckerfish template

	
*/


#navcontainer
{
	padding: 0 0 10;
	margin: 0px 0px 0px;
	float: left;
}

#navcontainer ul
{
	
	list-style: none;
	margin: 0 0 5px;
	padding: 0 0 25;
	width: 170px;
	z-index: 9;
}

#navcontainer ul li
{
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 160px;
	height: 26px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin: 0;
	font: bold 0.85em/2.0em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../../themes/stet/images/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 2px;
	text-align: left;
	text-indent: 15px;
}

#navcontainer ul li a:hover
{
	color: #9BD65E;

