/*MENU_LEWE*/
#navcontainer 
{
width: 220px;
margin-top:5px;
padding-left:13px;



}
#navcontainer ul
{

list-style-type: none;
text-align: left;
background-color: #01b8c5;

}

ul navlist{
padding: 0;
margin:0;
}
.dekor_menu_left_top{
background-image:url(../img/menu_left_dekor_top.jpg);
background-repeat:no-repeat;
width:220px;
height:12px;
}
.dekor_menu_left_bottom{
background-image:url(../img/menu_left_dekor_bottom.jpg);
background-repeat:no-repeat;
width:220px;
height:12px;
}
#navlist li{
padding: 0 0 0 0;
background-color: #01b8c5;
}

#navcontainer ul{
	padding: 0;
	margin: 0;
}

#navcontainer ul li {
	background-color: #01b8c5;
	padding: 0 0 0 0px;
	margin: 0;
	width: 220px;
    line-height: 1.3em;
	border-top: #66cfdb 1px solid;
	border-bottom: #009dad 1px solid;

}
#navcontainer ul li a {
	display: block;
	background-image: url(/img/kwadrat.png);
	background-position: 12px 12px;
	*background-position: 12px 14px;
	background-color: #01b8c5;
	background-repeat: no-repeat;
	padding: 8px 0 8px 27px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width:193px;
}

#navcontainer ul li a:hover {
/* 	height: 30px; */
	display: block;
	background-image: url(/img/kwadrat2.png);
	background-position: 12px 12px;
	*background-position: 12px 14px;
	background-color: #009dad;
	background-repeat: no-repeat;
	padding: 8px 0 8px 27px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/*promocje menu*/
#navcontainer_promo 
{
width: 220px;
margin-top:5px;
padding-left:13px;



}
#navcontainer_promo ul
{

list-style-type: none;
text-align: left;
background-color: #01b8c5;

}

#navcontainer_promo ul{
	padding: 0;
	margin: 0;
}

#navcontainer_promo ul li {
	background-color: #01b8c5;
	padding: 0 0 0 0px;
	margin: 0;
	width: 220px;
    line-height: 1.3em;
	border-top: #66cfdb 1px solid;
	border-bottom: #009dad 1px solid;

}
#navcontainer_promo ul li a {
	display: block;
	background-image: url(/img/kwadrat3.png);
	background-position: 12px 12px;
	*background-position: 12px 14px;
	background-color: #01b8c5;
	background-repeat: no-repeat;
	padding: 8px 0 8px 27px;
	margin: 0;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width:193px;
}

#navcontainer_promo ul li a:hover {
/* 	height: 30px; */
	display: block;
	background-image: url(/img/kwadrat4.png);
	background-position: 12px 12px;
	*background-position: 12px 14px;
	background-color: #009dad;
	background-repeat: no-repeat;
	padding: 8px 0 8px 27px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}




/* submenu */

#navcontainer ul li ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
	
}

#navcontainer ul li ul li {
/*	height: 30px; */
	padding: 0;
	margin: 0;
	width: 195px;
	border-top: #66cfdb 1px solid;
	border-bottom: #009dad 1px solid;

}

#navcontainer ul li ul li a {
/*	height: 30px; */
	display: block;
	background-image: url(/img/submenu.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 5px 0 5px 20px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	width: 175px;
}

#navcontainer ul li ul li a:hover {
	background-image: url(/img/submenu_hover.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 5px 0 5px 20px;
	font-weight: normal;
	
}

#navcontainer ul li ul li.last {
	border-bottom: none;
}

/*MENU TOP*/

#navcontainer_top ul
{
padding: 0;
margin: 0;
list-style-type: none;
color: #007f8f;
width: 100%;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
*font-size: 15px;
*font-weight:normal;

}

#navcontainer_top  li { 
display: inline;
padding: 0 0px;
 }

#navcontainer_top  li  a 
{
text-decoration: none;
line-height: 42px;
color: #007f8f;
padding: .2em 24px;
*padding: .2em 28px;
border-right: 1px solid #d9d9d9;
}
#navcontainer_top li.last  a 
{
text-decoration: none;
line-height: 42px;
color: #007f8f;
padding: .2em 24px;
*padding: .2em 28px;
border:none;
}


#navcontainer_top  li a:hover
{
color: #000000;
}