/* =============== horizontal menu =============== */

table.horizmenu2 {
	clear: both;
	border-collapse: collapse;
}

table.horizmenu2 td {
	padding: 0px;
	width: 140px;
	text-align: center;
}

table.horizmenu2 td.rest { width: auto; }

table.horizmenu2 a {
	display: block; 
	text-decoration: none;
}


/* ================ custom settings ============= */


table.horizmenu2 {
	margin: 0;
	width: 100%;

	background-color: #36c;
}

table.horizmenu2 td {
	width: 100px;
	border-right: solid #aaa 1px;
	xxxborder-bottom: solid #aaa 1px;
}

table.horizmenu2 td.right { border-left: solid #aaa 1px; border-right: none; }

table.horizmenu2 td.rest { border-right: none; }

table.horizmenu2 a {
	color: #eee ! important;
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
}

table.horizmenu2 td.cur a { }

table.horizmenu2 a:hover {
	background-color: #99c;
	xcolor: #36c ! important;
}

table.horizmenu2 a:active {
	background-color: #eee;
	color: #36c ! important;
/*	background-color: #36c;
	color: #fff ! important; */
}
