/* CSS Document */
.top_nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color:#333333;
}
.top_nav:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
	}
.bottom_nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC99;
	text-decoration:none
}
.bottom_nav:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
	}