@charset "utf-8";
/* CSS Document */

.menu {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
}

.menu a {
	color: #4a4a4a;
	text-decoration: none;
}

.menu a:hover, .menu .item.hover {
	color: #783e52;
}

.menu .item {
	float: left;
	margin-left: 30px;
	cursor: pointer;
}
