.textmenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #F5D586;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	padding-left: 10px;
	background-color: #788D3D;
	font-weight: bold;
	cursor: hand;
}
.textmenu a {
	color: #F5D586;
	text-decoration: none;
}
.textmenu a:hover {
	color: #F5D586;
	text-decoration: underline;
}
.textmenusel {
	font-family: Arial, Helvetica, sans-serif;
	color: #E5C576;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	padding-left: 10px;
	background-color: #889D4D;
	font-weight: bold;
	cursor: hand;
}
.textmenusel a {
	color: #C5E576;
	text-decoration: none;
}
.textmenusel a:hover {
	color: #C5E576;
	text-decoration: underline;
}

