.MenuArticles {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	background: #CCC;
}
.MenuArticles a:link, .MenuArticles a:visited, .MenuArticles a:active {
color: #336666;
text-decoration: underline;
}
.MenuArticles a:hover {
text-decoration: none;
color: #000000;
}
.MenuArticles ul {
	margin:0;
	padding-left: 23px;
}
.txtGreenTitle {
	font-size: 16px;
	font-weight: bold;
	color: #006666;
}
