.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	text-decoration: none;
}
a:link,a:visited {
	background-color : none;
	color : #ffff00;
	text-decoration : none;
}

a:hover {
	background-color : none;
	color : #ffff00;
	text-decoration :none;
}

a:active {
	background-color : none;
	color : #ffff00;
	text-decoration : none;
}