﻿/* Nastaveni menu */

.menu {
	width: 1000px;
	font-family: "Century Gothic";
/*	font-size: 14px;*/
/*	margin-top: 1em;*/
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	text-decoration: none;
}

.menu table {
	text-align: center;
}

.menu td {
	width: 128px;
	background-color: DarkRed;
	text-align: center;
	color: white;
}
/*
.menu td:hover {
	text-decoration: underline;
	color: #a52a2a;
}
*/
.menu a {
	text-decoration: none;
	color: SandyBrown;
}

.menu a:hover {
	color: OrangeRed;
	text-decoration: underline;
}
