#menucss {
	position: absolute;
	top: 164px;
	left: 350px;
	z-index: 55;
	list-style-type: none;
}
#menucss ul {
	list-style-type: none;
}
#menucss li {
	float: left;
}
#menucss li a { /* -- MENU -- */
	display: block;
	width: 124px;
	font-family: Verdana, Arial sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 160%;
	text-align: center;
	background: #FFF;
	color: #A29DB9;
	padding: 7px 0;
	text-decoration: none;
}

#menucss li a:hover {
	background: #F68245;
	color: #000;	
	text-decoration: none;
}

#menucss li li a { /* -- SUBMENU -- */
	display: block;
	width: 124px;
	font-family: Verdana, Arial sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 160%;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 2px 0;
	border-bottom: 1px #F68245 solid;
	border-top: 1px #F68245 solid;
	text-decoration: none;
}

#menucss li li a:hover {
	background: #fff;
	color: #000;
	border-right: 0px;
	width: 124px;
}

#menucss li li {
	float: none;
}

#menucss li li a.submdol {
	height: 10px;
	border-bottom: 0px;
	background: transparent url('../images/submdol.gif') no-repeat;
}

#menucss li ul {
	position: absolute;
	height: 0px;
	overflow: hidden;
}

#menucss li:hover ul {
	height:200px
}

.przerwa {
	height: 30px;
}