.breadcrumbs {

	background: #233c1c;
	padding: 5px;
	border-bottom: 1px dashed #666;
	font-size: 85%;
	
}

.breadcrumbs a {

	color: #fff;
	
}

td.submenu {

	background: #233c1c;
	width: 150px;
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}

div.submenu {

	border: 1px solid #000;

}

.submenu h2 {

	margin: 0;
	font-size: 85%;
	font-weight: bold;
	padding: 5px;
	background: #80ad73 url(../images/template/green/submenu_title_bg.gif) repeat-x left bottom;
	border: solid #a9d99c;
	border-width: 1px 0 0 1px;
	border-bottom: 1px solid #3e6c32;

}

.submenu a {

	color: #061600;
	text-decoration: none;
	
}

.submenu ul {

	list-style: none;
	margin: 0;
	padding: 0;
	
}

.submenu li {

	padding: 5px;
	font-size: 85%;
	background: #94bd88;

}

.submenu li.active {

	background: #c2e1b8 url(../images/template/green/submenu_active.gif) 5px center no-repeat;
	padding-left: 13px;

}

.submenu li.active a {

	text-decoration: none;
	color: #000;
	
}