/* NAV main-menu */



#background-light{

	background:#B3E8E7;

	position:absolute;

	height:85px; /*PRZESUWANE 85*/

	/*top:1px;*/

	/*left:2px;*/

	-moz-border-radius:10px;

	-webkit-border-radius:10px;

	border-radius:10px;

	z-index:1;

}



.main-menu-holder{

	background:url(menu_bar.png) repeat-x;

}



.main-menu-holder nav{

	display:inline-block;

	float:right;

	height:63px;

	padding-top:9px;

	position:relative;

	right:-40px;
	

}



.main-menu-left{

	float:left;

	width:45px;

	height:73px;

	background:url(main_men.png) 0 0 no-repeat;

}



.main-menu-right{

	float:left;

	width:45px;

	height:73px;

	background:url(main_meo.png) 0 0 no-repeat;

}



ul.main-menu{

	background:url(main_mep.png) 0 0 repeat-x;

	float:left;

	height:100%;

	padding-top:30px;

}



.main-menu li{

	display:inline;

	float:left;
	height:60px; /*70*/

	/*padding:0 10px;*/

}



.main-menu li.current_page_item a{

	background:#88DBD9;
	height:57px;
	color:#ebebeb;

}

.main-menu li.page_item a{

	text-align:center;
	width:94px;

}


.main-menu li a{

	color:#FFF;

	height:28px;

	display:block;

	padding:7px 25px 0 25px;

	-moz-border-radius:10px;

	-webkit-border-radius:10px;

	border-radius:10px;

	z-index:400;

	position:relative;

	text-decoration:none;

}



.main-menu li a:hover{

	color:#ebebeb;

	text-decoration:none;

}




