@charset "utf-8";
/* START - table.topmenu style */
.topmenu {
	width:100%;
	text-align: center;
	background-color: #893127;
	border-bottom:1px solid #6E271F ;
} 
.topmenu-b {
	border-top:1px solid #6E271F;
	border-bottom-width:0px;
} 
.topmenu tr td {
	/*width: 10%;*/
}
.topmenu tr td a {
	width: 100%;
	color: #FFD88C;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 150%;
	text-decoration: none;
	display: block;
} 
.topmenu tr td a:hover {
	color: #FDEAB7;
	background-color: #70150B;
	text-decoration: underline;
}
.topmenu tr td a.st {
	color:#FFE4B2;
	background-color: #C34037;
	text-decoration: underline;
}
/* END - table.topmenu style */
