﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	font-weight: bold;
}
html > body .menu li a:active {
	/* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}
.menu li a:hover {
	color: black;
	background-color: #FFFF99;
	border-style: outset;
}
.menu li a {
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #A5D2A5;
	border: 2px #8AB88A solid;
	text-decoration: none;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	line-height: 30px;
	position: relative;
	left: 0px;

}
