/**Parafianin by Paweł Pawlik 137461*/
/**Styl dla Menu css 3 i bottom_menu_clean*/


#menu {
	height: 30px;
	margin: 0 auto;
	/*padding: 0 0 0 211px;*/
	background: #ffffff url(images_web/img05.jpg) repeat-x;
	font-size: 14px;
	font-weight: normal;
	color: #355F71;
}

ul#css3menu,ul#css3menu ul{
	margin: 0;
	list-style: none;
	background: #ffffff url(images_web/img05.jpg) repeat-x;
	border-width: 0px;
	border-style: solid;
	border-color: #d8d9da;
	text-align: center;
}

ul#css3menu ul{
	
	display: none;
	position: absolute;
	left: 0px;
	top: 99%;
	padding: 5px 0 5px 0;
	background-color: #FFF;
	background-image: none;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #d8d9da;
	min-width: 200px;
}


ul#css3menu li:hover>*{
	display: block;
}

ul#css3menu li:hover{
	position: relative;
}

ul#css3menu{
	padding: 2px 0px 0px 0px;
	display: block;
	font-size: 0;
	float: left;
}

ul#css3menu li{
	display: block;
	white-space: nowrap;
	font-size: 0;
	float: left;
}

ul#css3menu a:active, ul#css3menu a:focus{
	outline-style: none;
}

ul#css3menu a{
	display: block;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	font: normal 12px Arial , sans-serif;
	color: #657B2F;
	cursor: default;
	padding: 6px 12px 6px 12px;/**/
	background-position: 0 50%;
}

ul#css3menu li a:after{
	content: url(images_web/grot_down.png);
}

ul#css3menu li a{
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #d8d9da;
}

ul#css3menu li#last a{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #d8d9da;
}

ul#css3menu li#last ul a{
	border-left-width: 0px;
	border-right-width: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #d8d9da;
}

ul#css3menu ul li{
	float: none;
}

ul#css3menu ul a{
	background-color: #ffffff;
	font: 13px Arial,sans-serif;
	color: #ACC76B;
	text-decoration: none;
	border-left-width: 0px;
	border-top-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #ffffff;
}

ul#css3menu ul a:after{
	content: "";
}

ul#css3menu ul a:before{
	content: url(images_web/pkt.png);
}

ul#css3menu li:hover>a{
	background-color: #ffffff;
	border-color: #665500;
	border-style: none;
	font: normal 12px Arial, sans-serif;
	color: #657B2F;
	text-decoration: none;
	background-position: 0 100%;
	border-left-width: 1px;
	border-top-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #d8d9da;
}

ul#css3menu li:hover>a:after{
	content: url(images_web/grot_down.png);
}

ul#css3menu ul li:hover>a{
	background-color: #E7EFD5;
	background-image: none;
	font: 13px Arial, sans-serif;
	color: #ACC76B;
	text-decoration: none;
	border-left-width: 0px;
	border-top-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #d8d9da;
}

ul#css3menu ul li:hover>a:after{
	content: "";
}

ul#css3menu._>li>a{
	padding:0;
}



#bottom_menu_clean{
	width: 1000px;
	height: 5px;
	margin: 0px auto 0px auto;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #689BC6;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #689BC6;
}