#footer {
	clear: both;
	width: 100%;
	height: 180px;
	background-color: #333333;
	margin-top: 25px;
}

#footer ul.menu, #footer ul.menu ul, #footer ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul.menu {
/*	width: 100%;*/
	float: left;
	width: 690px;
	padding-right: 10px;
	min-height: 100px;
}

#footer ul.menu>li {
	padding: 25px 10px 15px 10px;
	width: 160px;
	float: left;
}

#footer ul.menu>li li {
/*	line-height: 20px;*/
	padding-left: 13px;
	background-image: url(/images/footerArrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#footer ul.menu.hover, #footer ul.menu>li.hover {
	background-color: pink;
}

#footer h3, #footer h3 a {
	color: white;
	margin-top: 0;
	margin-bottom: 10px;
}

#footer a {
	color: #b2b2b2;
}

#footer .copyrights {
	font-size: 10px;
	float: left;
	width: 270px;
	min-height: 100px;
	padding-left: 10px;
	padding-top: 25px;
	color: #b2b2b2;
}

#footer .copyrights * {
	font-size: 10px;
}
