﻿

#All_block_menu_el { position: relative; width: 900px; height: 80px; float: left; left: 0px;  /*border: solid 1px yellow;*/ } /* Блок меню линия меню */
#Button_left_el { position: absolute; width: 260px; height: 80px; float: left; left: 0px; top: 0px;  z-index: 1; /*border: solid 1px green;*/ } /* левая кнопка меню */
#Button_center_el { position: absolute; width: 260px; height: 80px; float: left; left:317px; top: 0px;  z-index: 1; /*border: solid 1px green;*/ } /* центральная кнопка меню */
#Button_right_el { position: absolute; width: 260px; height: 80px; float: right; right: 0px; top: 0px;  z-index: 1; /*border: solid 1px green;*/ } /* правая кнопка меню */
