

a {
	font-size: 1em;
	color: #236A6A;
	text-decoration: none;
	font-weight:bold;
	background : transparent;
}
a:hover {
	color: #236A6A;
	text-decoration: none;
	background : #F95F29;
}


a.menu {
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	background : transparent;
}
a.menu:hover {
	color: #236A6A;
	text-decoration: none;
	background : #F95F29;
}