@charset "utf-8";
/* CSS Document */
#menubottom {
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}