
#footer ul {
/*	line-height : 1.2em; */
 	
	margin: 8px 0px 0px 0px;
	
	list-style-type: none;
/*	background-color: #998850; */
	color: #998850;
/*	width : 540px; */
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
/*	text-align: left; */
}

#footer ul li { 
	display: inline; 
	text-align: center;
}

#footer ul li a {
	text-align: center;
	padding: 0.2em 1.15em;
/*	background-color: #998850; */
	color: #998850;
	text-decoration: none;
}

#footer ul li a.footeritem {
	border-right: 1px solid #fff;
}

#footer ul li a img {
	padding-top: 4px;
	color: #998850;
	text-decoration: none;
}

#footer ul li a.rightfooteritem {
	border-right: 0px!important;
}

#footer ul li a:hover {
	text-decoration : underline;
}
