/* tab poziome */
.subMenuCrop {
	position: relative;
	width: 701px;
	height: 37px;
}

ul#menu_poziome {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	height: 37px;
	width: 701px;
	font-size: 11px;
	background: transparent url("../images/blue.jpg") repeat-x top left;
	font-family: Verdana, sans-serif;
}
ul#menu_poziome li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ffffff;
}
ul#menu_poziome li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 6px 11px 0 11px;
	height: 20px;
	height: 30px;
}
ul#menu_poziome li a:hover {
	background: transparent url("../images/black.jpg") repeat-x top left;
	padding: 6px 11px 0 11px;
}
.mi {
	background: transparent url("../images/black.jpg") repeat-x top left;
	padding: 6px 11px 0 11px;
}

ul#menu_poziome .Active {
	background-image:url(../images/black.jpg);
	background-repeat: repeat-x;
}


/* lewe submenu */
.menu_poziome_wiecej {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: url("../images/ico_more_submenu.png") no-repeat 50% 100%;
}
.menu_poziome_wiecej:hover {
	background-position: 0px 0px;
}
.menu_poziome_wiecej:hover ul {
	display: block;
}
.menu_poziome_wiecej.icoDown {
	background-position: 0px 0px !important;
}

.menu_poziome_wiecej ul {
	display: none;
	position: absolute;
	top: 37px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.menu_poziome_wiecej ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
  width: 230px;
	background-color: #161e4c;
	border-bottom: 1px solid #FFFFFF;
}
.menu_poziome_wiecej ul li a {
	display: block;
	padding: 10px 13px;
	color: #FFFFFF;
}
.menu_poziome_wiecej ul li a:hover {
	background: transparent url("../images/black_2.jpg") repeat-x 0% 50%;
}
.menu_poziome_wiecej .Active {
	background: transparent url("../images/black_2.jpg") repeat-x 0% 50%;
}
