#navcontainer { width: 65px;
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, sans-serif;
}
#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
	display: block;
	padding: 3px;
	width: 110px;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, .navlist a:visited
{
	color: #000;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #CE0014;
	color: #fff;
}