.menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

.menu a {
	margin: 0 0px;
/*	width: 84px; */
	height: 20px;
	display: block;
	text-align: center;
	border: 0px none gray;
	text-decoration: none;
	color: #504E4F;
	background-image: url(../images/bg_off.gif);
}

.menu #5 a {
	width: 50px; 
}
.menu #10 a {
	width: 65px; 
}.menu #15 a {
	width: 85px; 
}

.menu a:hover, .menu .selected a {
	border: 0px none gray;
	color: #FF791A;
	background-image: url(../images/bg_on.gif);
}

.menu a:active {
	border: 0px none gray; 
	color: #FF791A;
}
#fnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
