/* menu linkek */

a.type3:link {
color : #ffffff;
text-decoration : none;
}
a.type3:visited {
color : #ffffff;
text-decoration : none;
}
a.type3:hover {
color : #ffff00;
text-decoration : underline;
}
a.type3:active {
color : #ffffff;
text-decoration : none;
}

	