
/* Нижнее меню */

div.menub {
	background-image : url(i/menu_bottom.gif);
	height: 8px;
	background-position : bottom left;
	background-repeat : no-repeat;
	}
	
div.menu1b {
	background-image : url(i/menu_bottom_about.gif);
	height: 8px;
	background-position : bottom left;
	background-repeat : no-repeat;
}

div.menu2b {
	background-image : url(i/menu_bottom_project.gif);
	height: 8px;
	background-position : bottom left;
	background-repeat : no-repeat;
}

div.menu3b{
	background-image : url(i/menu_bottom_partners.gif);
	height : 8px;
	background-position : bottom left;
	background-repeat : no-repeat;
}

div.menu4b {
	background-image : url(i/menu_bottom_contacts.gif);
	height : 8px;
	background-position : bottom left;
	background-repeat : no-repeat;
}

div.menu5b {
	background-image : url(i/menu_bottom_lock.gif);
	height : 8px;
	background-position : bottom left;
	background-repeat : no-repeat;
}
/*  =========*/



/* Отступы картинок меню */
img.menu1b{
	margin-left:0px;
	border:0px;
}

img.menu2b{
	margin-left:15px;
	border:0px;
}

img.menu3b{
	margin-left:15px;
	border:0px;
}

img.menu4b{
	margin-left:15px;
	border:0px;
}

img.menu5b{
	margin-left:28px;
	border:0px;
}
