@charset "utf-8";
.dash {
	color: #01923c;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #01923c;
}
.menu-bg {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.menu:link, a.menu:visited {
	COLOR: #FFFFFF;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	background-image: url(../images/menu-line.jpg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	width: 170px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 15px;
	background-color: #000000;
}
a.menu:hover {
	COLOR: #18A03E;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	background-image: url(../images/menu-line.jpg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	width: 170px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 15px;
	background-color: #000000;
}
a.submenu:link, a.submenu:visited {
	COLOR: #FFFFFF;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 15px;
	background-color: #000000;
}
a.submenu:hover {
	COLOR: #18A03E;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 15px;
	background-color: #000000;
}
.menu {
	FILTER: alpha(opacity=90); opacity: 0.90; khtml-opacity: 0.90
}
.arrow {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
}
