#footer-box 
{
	height:70px; 
}

#footer-box > ul {
	float: left;
}
#footer-box > ul > li > ul {
	display: inline-block;
	vertical-align: top;
}

#footer-box > ul > li > ul > li > a {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 15px;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: center left;
}

#footer-box > .icon
{
	float: right; 
	padding-left: 10px;
}

#footer-box > .icon > img
{
	max-width: 100px;
	max-height: 65px;
}
