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

.home_menu	{
	float: left;
	height: auto;
	width: 200px;
	margin-left: 255px;
	margin-top: 40px;
	font-size: 12px;
	font-weight: lighter;
	color: #3B3421;
	line-height: 25px;
	letter-spacing: 1px;
}
.home_menu a	{
	color: #92764E;
	text-decoration: none;
}
.home_menu a:hover	{
	color: #FFF;
	text-decoration: none;
}
.menu	{
	float: left;
	height: auto;
	width: 220px;
	font-size: 12px;
	font-weight: lighter;
	color: #3B3421;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 30px;
}
.menu a	{
	color: #2C150F;
	text-decoration: none;
}
.menu a:hover	{
	color: #960;
	text-decoration: none;
}

