.menu {
	font-family: "Trebuchet MS", Arial, sans-serif;	font-size: 11px }

.cat {
	background-color: #DDFFDD;
	border: 3px double #008800;
	margin-top: 7px;
	margin-bottom: 7px;
	list-style-type: none;
	text-decoration: none;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
	margin-right: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
.cat a {
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #008800;
}
.cat a:visited { color: #008800; text-decoration: none }
.cat a:link { color: #008800; text-decoration: none }
.cat a:hover { background-color: #DDFFDD; color: #FF5959; text-decoration: underline  }
.cat a:active { color: #008800; text-decoration: none }



.subcat {
	list-style-image: url(images/b03.gif);
	line-height: 15px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.subcat a {
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif; 
	font-size: 11px;
}
.subcat a:visited { color: #008800; text-decoration: none }
.subcat a:link { color: #008800; text-decoration: none }
.subcat a:hover { background-color: #DDFFDD; color: #FF5959; text-decoration: underline }
.subcat a:active { color: #008800; text-decoration: none }


.catA {
	background-color: #FF5959;
	border: 3px double #CC0000;
	margin-top: 7px;
	margin-bottom: 7px;
	list-style-type: none;
	text-decoration: none;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
	margin-right: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
.catA a {
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.catA a:visited { color: #FFFFFF; text-decoration: none }
.catA a:link { color: #FFFFFF; text-decoration: none }
.catA a:active { color: #FFFFFF; text-decoration: none }
.catA a:hover { color: #DDFFDD; background-color: #FF5959;  text-decoration: underline}
