<style>
.menu A:LINK {
	text-decoration : none;
}
.menu A:ACTIVE {
	text-decoration : none;
}
.menu A:VISITED {
	text-decoration : none;
}
.menu A:HOVER {
	text-decoration: underline;
}
.lang A:LINK {
	color : white;
	text-decoration : none;
}
.lang A:AVTIVE {
	color : white;
	text-decoration : none;
}
.lang A:VISITED {
	color : white;
	text-decoration : none;
}
.lang A:hover {
	color : #efefef;
}
.submenu A:VISITED {
	color : black;
	text-decoration : none;
}
.submenu A:VISITED {
	color : black;
	text-decoration : none;
}
.submenu  A:VISITED {
	color : black;
	text-decoration : none;
}
.submenu A:hover {
	color : white;
	background : #FF0033;
	text-decoration : none;
} 
</style>