body {
	background-color: #FF8C00;
	background: url(../obr/menu.jpg);
}
a {
	font-family: sans-serif;
	color: Maroon;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	display: block;
	background-color: #F0E68C;
	border-bottom: 1px solid #FF8C00;
	border-top: 1px solid #FF8C00;
}
a:hover {
	background: #FFFFE0;
	text-decoration : none;
	border-bottom : 1px solid Red;
	border-top : 1px solid Red;
}
a:active {
	background: #FFFFE0;
}