ul.menu.green {
	font-family : Trebuchet MS, arial, helvetica, sans-serif;
	font-size : 12px;
	background: #e6eed7 no-repeat;
}

ul.menu.green ul {
    background: #e6eed7 left repeat-y;
    border: 1px solid #555c19;
}

.menu.green li a {
    color: #555c19;	
}

.menu.green a:hover, .menu.green a.highlighted:hover, .menu.green a:focus {
	color: #FFF;
	background-color: #555c19;
	padding: 2px 5px 4px 5px;
	border: 1px solid #ffffff;
}

.menu.green a.highlighted {
	color: #FFF;
	background-color: #555c19;
	border: 1px solid #ffffff;
}