/* menu górne */
.menu {
	color: #eeeeee;
	font-size:11px;
	font-weight:bold;
	padding:5px 0.40em 5px;
	text-decoration:none;
	position: relative;
	top: -7px;
	font-family: arial;
}

.menu:hover {color:#86202D}

.current {
	background-color: 86202d;
	color: #eeeeee !important;
}
