/* Контейнер для меню */
#siteMenu {
	position: absolute;
	width: 100%;
	top: -25px;
}
/* Выравнивание пунктов меню по горизонтали */
#siteMenuHome { left: 5px; } /* Главная */
#siteMenuCatalog { left: 80px; } /* Каталог */
#siteMenuShops { left: 156px; } /* Гд купить */
#siteMenuMakeup { left: 249px; } /* Мастерская макияжа */
#siteMenuClub { right: 80px; } /* Общение */
	#siteMenuClubNewWin { margin-top: 7px; right: 142px;}
#siteMenuFeedback { right: 5px; } /* Контакт */
/* Общее для всех слоев с пунктами меню */
#siteMenu div {
	position: absolute;
}
/* Сссылки пунктов меню */
#siteMenu a, #siteMenu a:visited {
	display: block;
	color: #B9B9B9;
	padding: 3px 4px 7px;
}
#siteMenu a:hover { color: #fff; }
/* Стиль ссылки текущего пнкта */
a#siteMenuItemCurrent , a#siteMenuItemCurrent:visited {
	display: block;
	color: #000;
	background: url('/_/img/site_item_menu_on_bg.gif') bottom repeat-x;
}


