/************** структура шаблона *****************
* id=menu_middle - левое меню, описывается и в st.css
	- id=midle-menu-structure - div
			
			Структура меню:
			UL LI
				UL LI
					Ul LI /LI /UL
				/LI /UL
			/LI /UL 

**************************************************
!!! все фоны должны находиться в папке pic !!! 
**************************************************/

/************ Структура для меню ****************/
#menu_middle{
	vertical-align: bottom;
 }
#middle-menu-structure{
  float: left;
}
#middle-menu-structure *{
	margin: 0;
	padding: 0;
}
/********* основное меню *****************/
#middle-menu-structure ul{
	list-style:none;
    float: left;
}
#middle-menu-structure li{
	position: relative;
    padding: 4px 0 4px 0;
    background-color: #34a3e2;
}
#middle-menu-structure li:hover{
	cursor:pointer;
	z-index:100;
}
#middle-menu-structure li a{

  border-right: 1px solid #fff;
  font-family: Arial;
	padding: 3px 8px 4px 10px;
    margin: 0;
	font-size: 12px;
	display:block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
 	font-weight: normal;
   font-style: normal
}
#middle-menu-structure li a#middle-current{

    background-image: url(pic/middle_menu_bull.gif);
    background-position: center left;
    background-repeat: no-repeat;
background-color: 1281c0;
}
#middle-menu-structure li a:hover /*вид при наведении*/
{

    background-image: url(pic/middle_menu_bull.gif);
    background-position: center left;
    background-repeat: no-repeat;
background-color: 1281c0;	
}
/********* подменю 1 уровня *****************/
#middle-menu-structure ul ul{



	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
	width: 220px;
}
#middle-menu-structure ul ul li{
  padding-left: 10px;
	margin: 0;
}
#middle-menu-structure ul ul a{
  margin-bottom: 0;
  border-left: none;
  border-right: none;
	display:block;
	color: #fff;
 	text-align: left;
	padding: 3px 8px 3px; 14px;
	text-decoration: none;
 
	font-size: 13px;
    font-weight: normal;
    white-space: normal;
}
#middle-menu-structure ul ul a:hover{
}
#middle-menu-structure ul ul a#middle-current{
}
/********* подменю 2 уровня *****************/
#middle-menu-structure ul ul ul{
	top: -1px;
	left: -179px;
	width: 180px;
}
#middle-menu-structure ul ul ul li{}
#middle-menu-structure ul ul ul a{}
#middle-menu-structure ul ul ul a:hover{}
#middle-menu-structure ul ul ul a#middle-current{}
/*************** НЕ МЕНЯЕМОЕ ****************/
/* Fix IE. Hide from IE Mac \*/
* html #middle-menu-structure ul li { float: left; height: 1%; }
* html #middle-menu-structure ul li a { height: 1%; }
* html #middle-menu-structure ul.one{width: 10px;}
/* End */
#middle-menu-structure li:hover ul ul,
#middle-menu-structure li li:hover ul ul
{display:none;}

#middle-menu-structure li:hover ul,
#middle-menu-structure li li:hover ul
{display:block;}
