/*htmllancer*/
#menublock ul {
	width: 100%;
	overflow: hidden;
}
#pgsmenu {
	display: block;
}
	#pgsmenu li {
		display: block;
		float: right;
		margin: 4px 8px;
	}
#ctsmenu {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	empty-cells: show;
	border: none;
	/*table-layout: fixed;*/
}
	#ctsmenu td, #ctsmenu td a {
		color: #c7564e;
		font: normal normal bold 13px 'Times New Roman', serif;
		text-transform: uppercase;
		border: none;
		outline: none;
	}
	#ctsmenu td {
		vertical-align: top;
	}
	#ctsmenu td a {
		display: block;
		padding-top: 40px;
		text-align: center;
		background-position: 50% 0%;
		background-repeat: no-repeat;
		/*text-decoration: none;*/
		overflow: hidden;
	}
	#ctsmenu td a:hover {
		color: #f10f0f;
		text-decoration: underline;
	}
	#ctsmenu td a.c {
		color: #59090d;
	}
	#ctsmenu td a.c:hover {
		color: #f10f0f;
	}