/* Class */

.arrowmnu {
	color: #4D4D4D;
	font-weight : bold;
}


/* Link */

a.mnu:link,a.mnu:active,a.mnu:visited {
	color: #4D4D4D;
	text-decoration: none;
	font-weight : bold;	
}

a.mnu:hover {
	color: #4D4D4D;
	text-decoration: underline;
	font-weight : bold;
}
