/**
 * Copyright (c) 2006-2009 Wydawnictwo Bauer Sp. z o.o., Sp.k.
 * Author: Krzysztof Kozlowski
 *
 * $Id: menu.css 2828 2009-01-22 10:27:52Z kkozlowski $
 * @file
 */
/* Struktura */
#menugora {
	margin: 0;
	text-align: left;
}
#menugora_1 {
	background: #1a2e59 url("/g/menugora_1_tlo.gif") top left no-repeat;
	text-align: left;
	height: 23px;
}
#menugora_2 {
	padding: 0 0 0 10px;
	height: 22px;
	color: white;
	background: #4162aa url("/g/menugora_2_tlo.gif") bottom left repeat-x;
}

/* Przyciski tlo */
#menugora_1 div.elem {
	float: left;
	display: inline;
	padding: 0 8px 0 8px;
	height: 23px;
	background: transparent url("/g/menu_p.gif") bottom left repeat-x;
}
#menugora_1 div.elem_wyb {
	float: left;
	display: inline;
	padding: 0 8px 0 8px;
	height: 23px;
	background: #1a2e59 url("/g/menu_ps.gif") bottom left repeat-x;
}
#menugora_1 div.elem:hover, #menugora_1 div.elem_hov {
	float: left;
	display: inline;
	padding: 0 8px 0 8px;
	height: 23px;
	background: transparent url("/g/menu_ph.gif") bottom left repeat-x;
}
#menugora_1 div.spacer {
	float: left;
	display: inline;
	height: 23px;
	width: 2px;
	background: transparent url("/g/menu_spacer.gif") bottom left repeat-x;
}
#menugora_1 div.floater {
	float: right;
	/*display: inline;*/
	padding: 4px 4px 0 0;
	margin: 0;
	vertical-align: middle;
	font-size: 9px;
}
#menugora_1 div.floater a {
	text-decoration: none;
}
#menugora_1 div.floater a:hover {
	text-decoration: underline;
}
#menugora_2 div {
	text-align: left;
	padding-top: 3px;
}
div.elem div, div.elem_wyb div, div.elem_hov div {
	padding-top: 3px;
	text-align: center;
}

/* Linki */
div.elem div a:link, div.elem div a:visited, div.elem div a:active, div.elem div a:hover,
div.elem_hov div a:link, div.elem_hov div a:visited, div.elem_hov div a:active, div.elem_hov div a:hover {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
div.elem_wyb div a:link, div.elem_wyb div a:visited, div.elem_wyb div a:active, div.elem_wyb div a:hover {
	text-decoration: none;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#menugora_2 a:link, #menugora_2 a:visited, #menugora_2 a:active {
	text-decoration: none;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#menugora_2 a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#menugora_2 a.wyb {
	text-align: center;
	font-weight: bold;
}


/* DOLNE MENU */
#menudol_1 {
	background: transparent url("/g/menudol_1_tlo.gif") top left repeat-x;
	height: 27px;
}
#menudol_1 div {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	color: white;
}
#menudol_2 {
	background: transparent url("/g/menudol_2_tlo.gif") top left repeat-x;
	height: 27px;
}
#menudol_2 div {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	color: black;
}
#menudol_1 a:link, #menudol_1 a:visited, #menudol_1 a:active {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#menudol_1 a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#menudol_2 a:link, #menudol_2 a:visited, #menudol_2 a:active {
	text-decoration: none;
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
#menudol_2 a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
