/* на гештальт!*/
/* заготовки для меню */
/* меню - дерево */

#menu_left ul
{
    background: url(/image/fon_leftmenu_center.png) 0 0 repeat-y;
}
#menu_left2 ul
{
    background: url(/image/fon_leftmenu_center2.png) 0 0 repeat-y;
}

#our_doc ul
{
    background: url(/image/fon_our_doc.png) 0 0 repeat-y;
}

ul.menu_tree{
width:100%;
margn: 0px;
padding: 0px;
color:#fff;
}

ul.menu_tree2{
width:100%;
margn: 0px;
padding: 0px;
color:#666;
}

ul.menu_tree3{
width:100%;
margn: 0px;
padding: 0px;
color:#007aa7;
}

ul.menu_tree li{
font-size: 10px;
list-style:inside square; 
margin-left: 4px;
padding-left: 5px;
padding-top: 4px;
width: 185px;
padding-bottom: 4px;
}

ul.menu_tree2 li{
font-size: 10px;
list-style:inside square; 
margin-left: 4px;
padding-left: 5px;
padding-top: 10px;
width: 185px;
}

ul.menu_tree3 li{
font-size: 10px;
list-style:inside square; 
margin-left: 4px;
padding-left: 5px;
padding-top: 10px;
width: 185px;
}

ul.menu_tree li a{
color:#fff;
font: normal 12px Tahoma;
text-decoration: none;
}

ul.menu_tree2 li a{
color:#666;
font: normal 12px Tahoma;
}

ul.menu_tree3 li a{
color:#007aa7;
font: normal 12px Tahoma;
text-decoration: underline;
}

ul.menu_tree li.curr{
border-radius: 7px;
background-color: #fff;
list-style:inside square; color: #007bc5;
}

ul.menu_tree2 li.curr{
list-style:inside square; color: #007bc5;
}

ul.menu_tree li.curr > a{
color:#007bc5;
}

ul.menu_tree2 li.curr > a{
color:#007bc5;
text-decoration: none;
}

ul.menu_tree3 li ul{
display: none;
}

ul.menu_tree3 li.curr ul{
display: block;
}

ul.menu_tree li a:hover{
text-decoration:underline;
}

ul.menu_tree2 li a:hover{
text-decoration:none;
}

ul.menu_tree3 li a:hover{
text-decoration:none;
}

/* меню - кнопки */
.menu_button ul li{
list-style:inside none;
float:left;
padding-left:10px;
margin-right:5px;
font-size:12px;
background:url(/image/back_button_left.png) 0 0 no-repeat;
}
.menu_button ul li a{
padding-right:10px;
padding-top:3px;
height:19px;
display:block;
float:left;
background:url(/image/back_button_right.png) right 0 no-repeat;
}
.menu_button ul li a:hover{
text-decoration:none;
}

#menu_top{
width:730px;
height:42px;
line-height: 38px;
position:absolute;
top:165px;
left:220px;
text-align: center;
color: #ebebeb;
font-size: 20px;
z-index:19;
}
#menu_top ul{
width: 100%;
color:#333;
text-align: center;
}
#menu_top ul li{
color: #007aa7;
margin-left: 10px;
margin-right: 10px;
text-transform: none;
display: inline-block;
float:left;
height: 34px;
line-height: 34px;
list-style: none;
font-size: 15px;
text-shadow: 1px 1px 2px #89b1ca;
z-index:21;
}
#menu_top ul li a{
color: #007aa7;
font-weight: normal;
font-size: 15px;
text-decoration: none;
display:block;
float:left;
}
#menu_top ul li.li_active > a{
text-decoration: underline;
}
#menu_top a:hover {text-decoration: underline}
#menu_top ul.first li:hover{
    cursor: pointer;
}
#menu_top ul.sec{  
    position: absolute;
    display: block;
    z-index: 999 !important;
    top: 33px;
    height: auto;
    width: 230px;
    text-align: left;
}

#menu_top ul.sec li
{
    display: block;
    margin: 0px;
    padding: 0px;
    border: 1px #fff solid;
    text-shadow: 1px 1px 2px #000;
		width:230px;
    height: 25px;
    line-height:25px;
    background-color: rgba(0, 58, 117, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a75',endColorstr='#003a75')";
		box-shadow:2px 2px 2px #666;
}


#menu_top ul.sec li a
{
    display: block;
    color: #fff;
    text-indent: 5px;
    font-size: 15px;
    padding-right: 5px;
		width:225px;
}

#menu_top ul.sec ul.sec{
    position:relative;
    top:-20px;
    left:200px;
				z-index:40;
}

#menu_top ul ul{
    display:none !important;
}
#menu_top ul li:hover > ul{
    display:block !important;
}