

a.mainmenu {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#567B33;  font-weight:none; text-decoration:none}
a.mainmenu:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#A83A40;  font-weight:normal; text-decoration:none}

a.sbmainmenu {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#424242;  font-weight:none; text-decoration:none}
a.sbmainmenu:hover {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#6F8334;  font-weight:normal; text-decoration:none}

/* the checkered background image for #menu is specified in the templates because each page has a different colour */
#menu {
	width: 133px;
	height: 223px;
	padding: 8px 20px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;	
	font-weight: bold;	
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	margin-bottom: 8px;
}
#menu li a {
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}