@charset "utf-8";
/* CSS Document */
/**
 * Для каждого пункта меню скрипт устанавливает значение "active".
 * Возможны 2 варианта:
 * - active		(активный пункт меню, т.е. указывающий на открытую страницу)
 * - general	(НЕактивный пункт меню, т.е. обычный)
 */

/**
 * ========================================================================================
 * Меню сверху (шаблон: "menu_top_nopopup") 
 * ========================================================================================
 */
.menu_top
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.menu_top a
{
	color: #ffffff;
	text-decoration: none;
}
.menu_top a:hover
{
	color: #cccccc;
	text-decoration: none;
}
.menu_top .active a
{
	color: #cccccc;
}

/**
 * ========================================================================================
 * Меню внизу (шаблон: "menu_buttom_nopopup") 
 * ========================================================================================
 */

.menu_buttom
{
	font-size: 11px;
	color: #000000;
}
.menu_buttom a
{
	color: #000000;
	text-decoration: none;
}
.menu_buttom a:hover
{
	color: #ab201a;
	text-decoration: none;
}
.menu_buttom .active a
{
	color: #ab201a;
}

/**
 * ========================================================================================
 * Меню слева (шаблон: "menu_left") 
 * ========================================================================================
 */
 
/* 
 * -------------------------------------------------------------------------
 * Меню слева (уровень вложенности 1) 
 * -------------------------------------------------------------------------
 */

/* Текст сверху (название набора меню) */
.MenuLeft_SetTitle
{
	font-size: 14px;
	color: #ff0000;
}

/* Ссылка (название пункта меню) */
.MenuLeft_Level_1 a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.MenuLeft_Level_1 a:hover
{
	color: #000000;
	text-decoration: underline;
}
/* Ссылка на открытую страницу (название пункта меню) */
.MenuLeft_Level_1 .active a
{
	color: #000000;
}
/* Рисунок слева от названия пункта меню */
.MenuLeft_Level_1 .bullet
{
	width: 16px;
	background-image: url(/modules/menu/templates/hebrew/images/bullets/bullet_lily_1_general.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
/* Рисунок слева от названия АКТИВНОГО пункта меню */
.MenuLeft_Level_1 .active .bullet
{
	background-image: url(/modules/menu/templates/hebrew/images/bullets/bullet_lily_1_active.gif);
}
/* TD для вывода названия пункта меню */
.MenuLeft_Level_1 .item_name
{
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 7px;
}

/* 
 * -------------------------------------------------------------------------
 * Меню слева (уровень вложенности 2) 
 * -------------------------------------------------------------------------
 */
 
 /* Ссылка (название пункта меню) */
.MenuLeft_Level_2 a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.MenuLeft_Level_2 a:hover
{
	color: #000000;
	text-decoration: underline;
}
/* Ссылка на открытую страницу (название пункта меню) */
.MenuLeft_Level_1 .active a
{
	color: #000000;
}
/* Рисунок слева от названия пункта меню */
.MenuLeft_Level_2 .bullet
{
	width: 35px;
	background-image: url(/modules/menu/templates/hebrew/images/bullets/bullet_lily_1_general.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
/* Рисунок слева от названия АКТИВНОГО пункта меню */
.MenuLeft_Level_2 .active .bullet
{
	background-image: url(/modules/menu/templates/hebrew/images/bullets/bullet_lily_1_active.gif);
}
/* TD для вывода названия пункта меню */
.MenuLeft_Level_2 .item_name
{
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 7px;
}
