

.bottomnav a { 
	color: #CCCCCC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:93%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	}
.bottomnav a:visited { 
	color: #CCCCCC;
	}
.bottomnav a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
.bottomnav a:active { 
	color: #333333;
	}
