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

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

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

.menu a:hover, .menu .item.hover {
	color: #4a8a87;
}

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