/* CSS Document */
#navcontainer_cennik ul{
padding:0;
margin:0;
}

#content #navcontainer_cennik ul li a {
  text-decoration: none;
  border-bottom: none;
}

#navcontainer_cennik ul
{
list-style-type: none;
text-align: left;
margin-bottom:3em;
}

#navcontainer_cennik ul li a
{
background: transparent url(../img/kwadrat.png) left center no-repeat;
padding-left: 15px;
text-align: left;
font-size:12px;
text-decoration: none;
color: #01b8c5;
font-weight:bold;
line-height: 2em;
text-transform:uppercase;

}

#navcontainer_cennik ul li a:hover
{
background: transparent url(../img/kwadrat.png) left center no-repeat;
color: black;
}

#navcontainer_cennik ul li a#current
{
background: transparent url(../img/kwadrat.png) left center no-repeat;
}


/*.menu_cennik_wiersz{
text-decoration:none;
color: #C3554A;
}


#navcontainer1 ul
{
color: #C3554A;
text-decoration:none;
text-transform:uppercase;
list-style-type: none;
font-weight: bold;
padding: 0;
margin: 0;
}


#navcontainer1 li a
{
display:block;
text-decoration: none;
background-image: url(../img/kwadrat.png);
background-repeat: no-repeat;
background-position: .6em;
padding: .5em 0em .4em 1.7em;

}

#navcontainer1 a
{
text-decoration: none;
}

#navcontainer1 a:hover
{

}
*/