.menu_down .header {
	display: none;
}

.menu_down {
	font-size: 11px;
	color: #30440A;
	padding-top: 8px;
	font-family: verdana;
	text-align: center;
}

.menu_down .submenuoff {
	display:none;
}

.menu_down #menumain {
	padding: 3px 0 0 0;
	margin: 0;
	height: 16px;
	font-weight: bold;
	background: #618636;
}

.menu_down .menuactive,
.menu_down .menuhover,
.menu_down .menuoff {
	padding: 3px 0 3px 15px;
	margin: 0;
	cursor: pointer;
}
.menu_down .menuactive .menuend,
.menu_down .menuhover .menuend,
.menu_down .menuoff .menuend {
	padding: 3px 15px 3px 0;
}

.menu_down .menuactive {
	background: url('gfx/menutopactive.gif') no-repeat top left;
}
.menu_down .menuactive .menuend {
	background: url('gfx/menutopactiveend.gif') no-repeat top right;
}

.menu_down .menuhover {
	background: url('gfx/menutop.gif') no-repeat top left !important;
}
.menu_down .menuhover .menuend {
	background: url('gfx/menutopend.gif') no-repeat top right !important;
}

.menu_down .menuoff {
	background: url('gfx/menutopoff.gif') no-repeat top left;
}
.menu_down .menuoff .menuend {
	background: url('gfx/menutopoffend.gif') no-repeat top right;
}

.menu_down #submenu,
.menu_down #submenu .submenuactive,
.menu_down #submenu .submenuhover {
	height: 19px;
}

.menu_down #submenu .submenuactive,
.menu_down #submenu .submenuhover {
	padding-top: 4px;
}

.menu_down #submenu,
.menu_down #submenu .submenuactive {
	background: #b3d57d;
}

.menu_down #submenu .submenuhover {
	background: #dae6c7;
}

.menu_down a {
	text-decoration: none;
	color: #30440A;
}

.menu_down #submenu a.active {
	color: #618636;
}
.menu_down #submenu a:hover {
	color: #84ac42;
	text-decoration: underline;
}

/* indeks górny w menu*/
.menu_down #submenu #menuidx {
	color: red;	
}
