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

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

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

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

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

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

/** BANNER **/

#baner.index{
	background: url(_gfx/baner.png) no-repeat bottom;
}

#baner.index_kariera{
	background: url(_gfx/baner_kariera.jpg) no-repeat bottom;
}
/*** NAV LEWE ***/

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