#navcontainer { width: 250px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Jokerman;
	border: 2px black;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: 190px;
	background-color: black;
	border-bottom: 1px solid #eee;
	border-left: 1px black;
	border-right: 1px black;
}

#navcontainer a:link, #navlist a:visited
{
	color: white;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: navy;
	color: white;
}

