.footer{
	background:url(bg.jpg) top repeat-x;
	height:289px;	
}



ul{
	float:left;
	margin-top: 10px;
}


.menu li:hover, .menu li.active{
	color:#FFF;
}


.menu li {
	list-style: none;
	display: block;
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 9px 0px 12px;
	border-right: solid #492a0b 1px;
	color:#323232;
}

