@charset "utf-8";
/* START - topmenu style */
.topmenu {
	width:100%;
	text-align: center;
	background-color: #999999;
	border-bottom:1px solid #999999 ;
} 
.topmenu tr td {
	/*width: 10%;*/
}
.topmenu tr td a {
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 150%;
	text-decoration: none;
	display: block;
} 
.topmenu tr td a:hover {
	color: #FFFAC2;
	background-color: #595e24;
	text-decoration: underline;
}
.topmenu tr td a.st {
	color: #FFFAC2;
	background-color: #595e24;
	text-decoration: underline;
}
/* END - top menu style */
