#navfooter
{
	height: 13px;
	border-bottom: 1px solid #DC143C;
	border-right: 1px solid #DC143C;
	border-top: 1px solid #DC143C;
}
#navfooter ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navfooter ul li
{
	float: left;

}
#navfooter ul li a
{
	height: 13px;
	border-left: 1px solid #DC143C;
	font-size: 9px;
	line-height: 160%;
	color: #696969;
	text-decoration: none;
	display: block;
}
#navfooter ul li a:hover
{
	color: #696969;
	background: #F5EEEE;
}
