.topmenu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	display: block;
	border: 1px solid #96DEAD;
	background-image: url(../images/back_topmenu.jpg);
	background-repeat: repeat-x;
	line-height: 23px;
	padding-right: 5px;
	padding-left: 5px;
}
a.topmenu:link, a.topmenu:visited, a.topmenu:active {
	text-decoration: none;
}

a.topmenu:hover {
	text-decoration: none;
	color: #333333;
	background-image: url(../images/back_topmenu_hov.jpg);
	background-repeat: repeat-x;
	}
.bottommenu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
a.bottommenu:link, a.bottommenu:visited, a.bottommenu:active {
	text-decoration: none;
}

a.bottommenu:hover {
	text-decoration: none;
	color: #333333;
	}
