#menu-h {
	font-weight: 700;
	font-size: 11px;
	float: left;
	margin: 0px;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#menu1, #menu1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#menu1 a {
	display: block;
	width: auto;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#menu1 a.strzalka {
	background-image: url(strzalka_dol.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

#menu1 a:hover {
	display: block;
	width: auto;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F41010;
	padding-right: 15px;
	padding-left: 15px;
	color: #333333;
	text-decoration: none;
}

#menu1 ul a {
	float: none;
	text-align: left;
	width: 150px;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#menu1 ul a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	float: none;
	margin: 0px;
	text-align: left;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #EF100E;
}
#menu1 ul ul a {
	float: none;
	text-align: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#menu1 ul a.strzalka, #menu1 ul ul a.strzalka {
	background-image: url(strzalka_prawa.gif);
	background-repeat: no-repeat;
	background-position: 180px 8px;
}



#menu1 li { /* all list items */
	float: left;
	width: auto;
}
#menu1 li li {
	float: left;
	width: 190px;
}
#menu1 li li li {
	float: left;
	width: auto;
}
#menu1 li ul { /* second-level lists */
	position: absolute;
	width: 190px;
	left: -999em;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menu1 li ul ul { /* third-and-above-level lists */
	margin-top: -23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
}

#menu1 li:hover ul ul, 
#menu1 li:hover ul ul ul, 
#menu1 li.sfhover ul ul, 
#menu1 li.sfhover ul ul ul {
	left: -999em;
}

#menu1 li:hover ul, 
#menu1 li li:hover ul, 
#menu1 li li li:hover ul, 
#menu1 li.sfhover ul, 
#menu1 li li.sfhover ul, 
#menu1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
