@CHARSET "UTF-8";
/** NAV **/
#nav.k5
{
	background: url(_gfx/menu.gif) no-repeat bottom;
}

#nav.k5 li
{
/*	background: url(_gfx/menu_linia.gif) no-repeat 100% 50%;*/
}

#nav.k5 li:last-child {
	background: none;
}

#nav.k5 li a
{
	color: #FFF;
}

#nav.k5 li:hover, #nav.k5 a:hover
{
	background: url(_gfx/menu_podswietlone.gif) no-repeat;
}

#nav.k5 li.active
{
	background: url(_gfx/menu_podswietlone.gif) no-repeat;
}

/** BANNER **/

#baner.k5{
	background: url(_gfx/baner.jpg) no-repeat bottom;
        margin-bottom: -1px;
}

/*** NAV LEWE ***/

.lewa_menu.k5
{
	background: url(_gfx/menu_nazwa.jpg) no-repeat bottom;	
}