/* Left menu*/
#footer .menu-bot {
	padding:0 0 8px 0;
}

#footer .menu-bot li {
	display:inline;
	padding-right:21px;
}
#footer .menu-bot li a {
	color:#d7d7d7;
	text-decoration:none;
}
#footer .menu-bot li a:hover {
	text-decoration:underline;
}
#footer .menu-bot li .active {
	text-decoration:underline;
}
