/* заготовки для меню */
/* меню - дерево */
ul.menu_tree{
position:relative;
left:20px;
width:180px;
list-style:outside square;
color:#eee
}
ul.menu_tree ul{
list-style:outside square;
margin-left:15px;
display:none;
}
ul.menu_tree li a{
color:#eee;
width:auto;
height:20px;
display:block;
}
ul.menu_tree li.curr ul{
display:block !Important
}
ul.menu_tree li.curr > a{
color:#FFFFFF;
font-weight:700;
}

/* меню - кнопки */
.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;
}