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

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

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

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

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

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

/** BANNER **/

#baner.k7{
	background: url(_gfx/baner.png) no-repeat bottom;
        margin-bottom:-12px;
        z-index: 2;
}

/*** NAV LEWE ***/

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