@charset "utf-8";
.menu {
	font-weight: bold;
	background-color: #FFF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F0A662;
	padding: 5px;
	width: 124px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
	z-index: 12;
	margin: 0px;
}
.menu:hover {
	background-color: #f5f5f5;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #007f38;
	padding: 5px;
	width: 124px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #858585;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.topmenu {
	background-color: #FFF;
	width: 126px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 1px none #E1E1E1;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.submenu {
	font-weight: bold;
	background-color: #FFF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F0A662;
	padding: 5px;
	width: 145px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}
.submenu:hover {
	background-color: #f5f5f5;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #007f38;
	padding: 5px;
	width: 145px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}
