﻿.menu-footer ul{
	border-bottom:1px #ddd solid;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}
.menu-footer ul li{
	height:12px;
	line-height:12px;
	border-left:1px #666 solid;
	display:inline-block;
}
.menu-footer ul li:first-child{
	border-left:none;
}

.menu-footer ul li a{
	font-size:14px;
	color:#666;
	padding:0px 10px;
}
.menu-footer ul li a:hover{
	color:#d92029;
}