/*МЕНЮ*/
.avia span { padding: 20px 0 21px 32px; background: url(../images/avia.png) center left no-repeat; }
.hotels span { padding: 20px 0 21px 32px; background: url(../images/hotels.png) center left no-repeat; }
.transfer span { padding: 20px 0 21px 32px; background: url(../images/transfer.png) center left no-repeat; }
.bus span { padding: 20px 0 21px 32px; background: url(../images/bus.png) center left no-repeat; }
.car span { padding: 20px 0 21px 32px; background: url(../images/car.png) center left no-repeat; }
.train span { padding: 20px 0 21px 32px; background: url(../images/train.png) center left no-repeat; }

/*НУЛЕВОЙ ОТСТУП LI*/
.zeroli
	{
	list-style-type:none; margin: 0px; padding: 0px;
	}