/* Стиль таблицы с меню */

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
}

.menu1_tr {
	text-decoration: none;
	text-indent: 5px;
	background-image: url(../../img/nav2_no_select.png);
	background-repeat: repeat-y;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-indent: 15px;
	border-left:4px solid #7FB9F9;
	padding-left: 5px;
}

.menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-indent: 15px;
	border-left:4px solid #CCC;
	padding-left: 5px;
}

.menu2_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-indent: 10px;
	border-bottom:1px solid #7FB9F9;
}

.menu2_td_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left:20px;
	text-indent: 10px;
	border-bottom:1px solid #7FB9F9;
}

.menu1_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
	background-image: url(../../img/nav2_select.png);
	background-repeat: repeat-y;
}

.menu2_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-indent: 20px;
}

/* Меню первого уровня */

a.menu1:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu1:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu1:hover {
	color: #dbdbdb;
	text-decoration: none;
}

a.menu1:active {
	color: #00900;
	text-decoration: none;
}

a.menu1-selected:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu1-selected:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu1-selected:hover {
	color: #dbdbdb;
	text-decoration: none;
}

a.menu1-selected:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Меню второго уровня */

a.menu2:link {
	color: #333333;
	text-decoration: none;
}
a.menu2:visited {
	color: #333333;
	text-decoration: none;
}

a.menu2:hover {
	color: #333333;
	text-decoration: none;
}

a.menu2:active {
	color: #333333;
	text-decoration: none;
}

.poisk {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:009;
	text-decoration:none;
	align: right;
	text-align:right;
	background-image:url(../../img/poisk_0.jpg); 
	background-repeat:no-repeat;
	text-indent:23px;
/* 	position: 8px 50%; */
	position:relative;
}
.poisk:hover {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:009;
	text-decoration:none;
	background-image:url(../../img/poisk_1.jpg);
	background-repeat:no-repeat;
	text-indent:23px;
	position: 8px 50%;
}

.rek_dat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#910000;
	text-align:center;
	text-decoration:none;
}

.rek_dat:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#cd0101;
	text-align:center;
	text-decoration:none;
}

.r_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:009;
}

