ul#menu {
	width: 170px;
	list-style-type: none;
	text-decoration: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

ul#menu ol {
	display: none;
	list-style-type: none;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AECEAA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-position: left;
	background-color: #FFFFFF;
}

ul#menu li, 
  ul#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21361F;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
}

ul#menu li {
	background-color: #AECEAA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

ul#menu ol li {
	width: 150px;
	background-color: #FFFFFF;
}
ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #4A7A45;
}

ul#menu a.active {
  color: #CC0000;
}

.crumbtrail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

