.menu {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
.menu:hover {

	color: #990000;
	text-decoration: none;
}
.bottommenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.txol {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.bottommenu:hover {
	color: #FFCC00;
	text-decoration: underline overline;
}
.txol:hover {
	color: #0000FF;
	font-weight: bold;

}
