@charset "utf-8";

ul.SubMenu {
	background-color:rgb(121,148,112);
	color:#fff;
	display:none;
	float:left;
	height:23px;
	list-style:none;
	width:100%;
}

ul.SubMenu a, ul.SubMenu li {
	display:block;
	float:left;
	white-space:nowrap;
}

ul.SubMenu a {	
	color:#fff;
	padding:2px 8px 3px 8px;
	text-decoration:none;
}

ul.SubMenu a:hover {
	background-color:rgb(141,164,134);
}