@charset "utf-8";
.menu {
	font-weight: bold;
	background-color: #ffffff;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #8fc2e5;
	padding: 5px;
	width: 150px;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	z-index: 12;
}
.menu:hover {
	background-color: #ffffff;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0076B6;
	padding: 5px;
	width: 150px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.submenu {
	font-weight: bold;
	background-color: #ffffff;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #8fc2e5;
	padding: 5px;
	width: 150px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.submenu:hover {
	background-color: #ffffff;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0076B6;
	padding: 5px;
	width: 150px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}