@charset "utf-8";
/* CSS Document */

#footer .menu_left {
	float:left;
	color:#999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#footer .menu_left a {
	color: #999999;
	text-decoration: none;
}

#footer .menu_left a:hover {
	text-decoration: underline;
}

