body {
  margin: 0;
  padding: 0;    /* Opera?p */
}
.green {  background-color: #248001}
.grey {  background-color: #DADADA}
.menu {
	font-size: 12px;
	line-height: 22px;
}
.rightgreen {  background-color: #E6EFDD}
.12p {  font-size: 12px}
.10p {  font-size: 10px}
.nohr {  }
.menu a:link {
	text-decoration: none;
	color: #393683;
}
.menu a:hover {
	text-decoration: underline;
	color: #084B13;
}
.menu a:visited {
	text-decoration: none;
	color: #161534;
}
.menu a:active {
	text-decoration: underline;
	color: #393683;
}
.bar {
	background-color: #9ECBA5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 084B13;
	border-right-color: 084B13;
	border-bottom-color: 084B13;
	border-left-color: 084B13;
	width: 150px;


}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #C4DDC8;
	width: 150px;

}
li a {
	text-decoration: none;
	display: block;
	padding: 2;
	width: 146px;
	background-color: #C4DDC8;

}
li a:hover {
  color: #fff;
  background: #fc0;
}
