#navcontainer
{
	margin-left:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .90em;
}
#navlist ul {
	margin-left:10px;
}

#navlist li
{
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navlist li a
{
	padding-bottom: 5px;
	text-decoration: none;
	color: #54301A;
}

#navlist li a:link, #navlist a:visited
{
	background-position: 0 -28px;
	background-repeat: no-repeat;
	background-image: url(/images/bulletbluesmall.gif);
}

#navlist li a:hover
{
}
