ul
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
#navcontainer
{
	
	
	width:9em;
	margin-right: 2em;


	float:left;

	clear:left;

	margin-top:0px;
	
	padding:0px;
	background-color:#EEEEEE;
	
	
}

#navlist
{
	border:1px solid #666666;
	padding:10px;
	

}

#navlist li
{
	list-style: none;
	border-bottom:1px solid #666666;
}

#navlist li a
{

	/*background-color:#85c329;*/
	text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{

	/*background: #fb9622;*/
	border-color: #FFFFFF;
	color: #fb9622;
	text-decoration:underline;
}

#navlist li a#current
{
/*
background: #fb9622;
color:black;
*/
	font-weight:bold;
}
