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