	#navcontainer { width: 170px; }

	#navcontainer ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}

	#navcontainer a
	{
		display: block;
		padding: 3px;
		width: 165px;
		background-color: #036;
		border-bottom: 1px solid #eee;
	}

		#navcontainer a:link, #navlist a:visited
	{
		color: #EEE;
		text-decoration: none;
		font-weight: normal;
	}

		#navcontainer a:hover
	{
		background-color: #369;
		color: #fff;
		font-weight: normal;
	}
