	div.menuwrapperfirst,
	div.menuwrappersecond,
	div.menuwrapperthird {
		position: absolute;
		top: 15px;
		height: 250px;
		width:183px;
		z-index: 1;
	}
	div.menuwrapperfirst { left: 35px; }	
	div.menuwrappersecond, div.menuwrapperthird { 
		display: none; 
		border-left: solid 1px #fff;
	}	
	.bckspan {
		position: absolute;
		left: 0px;
		top: 0px;
		width:157px;
		height: 250px;
		background-color: #f3e9df;
		filter: Alpha(opacity=85);
		opacity: 0.85;
		z-index: 2;
	}
	.menuwrapperfirst ul {
		position: absolute;
		z-index:80;
		padding: 4px 0 4px 0;
	}
	#id_firstlvlmenu li {
		list-style: none;
		display: block;
		width: 157px;
		font-size: 1px;
	}
  ul#id_firstlvlmenu li:hover .menuwrappersecond,
	ul#id_firstlvlmenu li:hover .menuwrappersecond ul li:hover .menuwrapperthird {
		display: block;
		position: absolute;
		top: 0;
		left: 157px;
	}
	ul#id_firstlvlmenu ul li.havesubs { background: url(/images/menu_hover_off.gif) 144px center no-repeat; }	 
	ul#id_firstlvlmenu ul li.havesubs:hover { background: url(/images/menu_hover.gif) 144px center no-repeat; }	 
	ul#id_firstlvlmenu li.havesubs:hover  { background: url(/images/menu_hover.gif) 144px center no-repeat; }	
	ul#id_firstlvlmenu li.havesubs:hover a  { color: #AA2422; }
	ul#id_firstlvlmenu li.havesubs:hover a:hover  { color: #AA2422; }
	ul#id_firstlvlmenu li.havesubs:hover ul a  { color: #333; }
	ul#id_firstlvlmenu li ul li.havesubs:hover a  { color: #AA2422; }
	ul#id_firstlvlmenu li ul li.havesubs:hover a:hover  { color: #AA2422; }
	ul#id_firstlvlmenu li ul li.havesubs:hover ul a  { color: #333; }
	ul#id_firstlvlmenu li.havesubs:hover>a { color: #AA2422;	}	
	ul#id_firstlvlmenu a {
	 	background: url(/images/menu_a_border.png) 12px bottom no-repeat;
		font-family: arial, verdana, sans-serif;
		font-size: 10px;
		color: #333;
		text-transform:uppercase;
		font-weight: bold;
		padding-left: 12px; 
		display: block;
		line-height: 22px;
		width: 145px; 
		height: 22px;
		outline: none;
	}
	.menuwrapperfirst .bar { /* BELKA PO PRAWEJ STRONIE MENU */
		float:right;
		position:absolute;
		top:0px;
		left:157px;
		height:250px;
		width:26px;
		background-color: #F7F6EE;
		filter: Alpha(opacity=85);
		opacity: 0.85;
	}
	.menuwrapperfirst .bar .right {
		filter: Alpha(opacity=100);
		opacity: 1.00;
		background-color: #fff;
		width: 13px;
		height:250px;
		float: right;
	}
	.menuwrapperfirst .break {
		background: url(/images/spacer_nav.gif) left center no-repeat;
		margin-left: 11px;
		height: 12px;
		opacity: .5;
		filter: Alpha(opacity=50);
		padding-bottom: 3px;
		margin-bottom: 0;
	}
	ul#id_firstlvlmenu li.noborder a {
		background-image: none;
		background: none;
	}