.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	color: #99a3ae;
	
}
a:link {
color: #99a3ae; /*normal color*/
text-decoration: none;
}
a:visited {
color: #99a3ae; /*visited color*/
text-decoration: none;
}

a:active {
color: #99a3ae; /*on-click color*/
text-decoration: none; /*set to none if you dont want underline*/
}

a:hover {
color: #dea906; /*on-mouse-over color*/
text-decoration: none; /*set to none if you dont want underline*/
}

