a         { text-decoration: none }
a:link    { text-decoration: none;}
a:visited { text-decoration: none;}
a:active  { text-decoration: none;}
a:hover   {	text-decoration: none;}

.menu:link {
	font-size:11px;
	color:#f29607;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
.menu:visited {
	font-size:11px;
	color:#f29607;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
.menu:hover {
	color: #dd7108;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}