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

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

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

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

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

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

/** BANNER **/

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

/*** NAV LEWE ***/

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