@charset "utf-8";
.menu_2 {
	float: left;
	width: 150px;
	background-color: #112D44;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FF3300;
	border-left-color: #CCCCCC;
}


.menu_2 a{
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	width: 146px;
}
.lat_dir {
	float: left;
	width: 700px;
	margin-left: 15px;
	margin-top: 10px;
}
