/*Левое меню*/
div.menu_nest{
	width:212px;
	margin: 0px;
	padding: 0px;
}
div.menu_mn10{ /*Первый уровень меню*/
	max-width:200px;
	height:25px;
	max-height:30px;
	color:#00f;
	font: 12px tahoma;
	background: url(/images/default/menu/menu_mn1-.gif) repeat-x;
	border-bottom: 1px outset #c0c000;
	border-right: 1px outset #c0c000;
	padding: 0px 0px 0px 11px;
	margin: 2px 0px 1px 0px;
	cursor:pointer;
}
p.rls_menu_p{ /*Текст во всех уровнях*/
	padding-top: 8px;
	margin: 0px;
}

div.menu_mn2x{ /*Второй уровень*/
	clear: both;
	padding: 5px 0px 0px 0px;
	padding-top:1px;
}

div.my_menu_div { /*Раскрытый второй уровень */
max-width: 190px;
clear: both;
border: 0px;
padding: 2px 1px 2px 2px;
white-space: normal; 
margin: 0px;
overflow: hidden;
}

div.menu_mn11{
max-width:200px;
height:30px;
max-height:30px;
color:#00f;
font-size: 13px;
font-family: tahoma;
font-weight: bold;
background: url(/images/default/menu/menu_mn1-.gif);
background-repeat: repeat-x;
border-bottom: 1px outset #ddd6a8;
border-right: 1px outset #e2dbaa;
padding: 0px 0px 0px 11px;
margin: 4px 0px 2px 0px;
cursor:default;
}


/* Не посещаемые ссылки */
a.menu_mn20:link,
a.menu_mn20:visited,
a.menu_mn20:hover,
a.menu_mn20:active{
	width:200px;
	height:15px;
	color:#534741;
	font-family: tahoma;
	font-size: 12px;
	letter-spacing:0px;
	padding: 0px 0px 0px 3px;
	padding-top:2px;
	cursor:pointer;
	text-decoration:none;
}

/* Ссылки на которых наведен курсор */
a.menu_mn20:hover
{
	color:#fc3;
}

/* Активные ссылки */
a.menu_mn21:link,
a.menu_mn21:visited,
a.menu_mn21:hover,
a.menu_mn21:active{
	width:200px;
	height:15px;
	color:#3a2884;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	cursor:default;
	padding-top:2px;
	text-decoration:none;
}


/*:::::::::: MENU LEVEL 3 ::::::::::*/
div.menu_mn3x{
clear: both;
width:200px;
border-top: 1px solid #c7b299;
border-bottom: 1px solid #c7b299;
padding: 2px 0px 4px 0px;
margin: 0px 0px 0px 0px;
overflow: hidden;
}
div.rls_leftmenu_l3_div{
	width: 200px;
	line-height: 15px;
	min-height: 10px;
	max-height: 40px;
	word-spacing: 2px;
	white-space: normal;
	padding: 0px;
	margin: 0px
}

/* Посещаемые ссылки */
a.menu_mn30:link,
a.menu_mn30:visited
{
	width:195px;
	min-height:15px;
	max-height:40px;
	color:#534741;
	font-size: 12px;
	font-family: tahoma;	
	letter-spacing:0px;
	background-image: url(/images/default/menu/menu_mn30.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 0px 20px;
	cursor:pointer;
	text-decoration:none;
	white-space: normal;
}

/* Ссылки на которых наведен курсор */
a.menu_mn30:hover
{
	width:195px;
	min-height:15px;
	color:#fc3;
	font-size: 12px;
	font-family: tahoma;
	letter-spacing:0px;
	background-image: url(/images/default/menu/menu_mn30.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 0px 20px;
	cursor:pointer;
	text-decoration:none;
}

/* Активные ссылки */
a.menu_mn31:link,
a.menu_mn31:visited,
a.menu_mn31:hover,
a.menu_mn31:active{
	width:195px;
	min-height:15px;
	color: #3a2884;
	font: bold 12px tahoma;
	background-image: url(/images/default/menu/menu_mn31.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 0px 20px;
	cursor:default;
	text-decoration:none;
}

hr.partner {
  width: 80%;
  height: 1px;
  margin: 2 auto;
  color: #000000;
  background-color: #000000;
}