
/*MENU*/


#navcontainer {
	width: 170px;
	margin: 0px;
	padding: 0px;
}



ul#navlist
{
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#navlist li
{
	display: list-item;
	list-style-type: none;

}

#navlist a {

	line-height: 16px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display:block;
	margin-bottom: 6px;
}

* html #navlist a { /* hack per IE*/

	line-height: 16px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display:block;
	margin-bottom: 6px;

}

#navlist a:link, #navlist a:visited
{
	color: #5F9D32;
	background-color: #D2EC97;
	text-decoration: none;
	font-weight: bold;

}

#navlist a:hover
{
	color: #fff;
	background-color: #5F9D32;
	text-decoration: none;
	font-weight: bold;

}


.current {
	background-color: #5F9D32;

}

/*END MENU*/
