#navcontainer
{
	height: 20px;
	border-bottom: 1px solid #DC143C;
	border-right: 1px solid #DC143C;
	border-top: 1px solid #DC143C;
}
#navcontainer ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li
{
	float: left;
}
#navcontainer ul li a
{
	height: 20px;
	border-left: 1px solid #DC143C;
	font-size: 12px;
	line-height: 180%;
	color: Black;
	text-decoration: none;
	display: block;
	text-align: center;
}
#navcontainer ul li a:hover
{
	color: #DC143C;
	background: #E3D8D0;
}