/************** структура шаблона *****************
* id=menu_top - левое меню, описывается и в st.css
	- id=top-menu-structure - div
			
			Структура меню:
			UL LI
				UL LI
					Ul LI /LI /UL
				/LI /UL
			/LI /UL 

**************************************************
!!! все фоны должны находиться в папке pic !!! 
**************************************************/

/************ Структура для меню ****************/
@font-face{
font-family: "DidactGothic";
src:url("fonts/DidactGothic.eot");
src:url("fonts/DidactGothic.eot?#iefix") format("embedded-opentype"),
url("fonts/DidactGothic.woff") format("woff"),
url("fonts/DidactGothic.ttf") format("truetype"),
url("fonts/DidactGothic.svg#svgFontName") format("svg");
}

#menu_top{

	 min-height: 10px;
	
}



#top-menu-structure{
  	margin: 0;
	padding: 0;
    float: right;
empty-cells:show;

background-color:#4bb0c3;
border:1px solid #fff;
border-right: 0;

}
#top-menu-structure *{
	margin: 0;
	padding: 0;
}
/********* основное меню *****************/
#top-menu-structure ul{
	list-style:none;
	float:left;
	text-align: center;
	padding: 0;	
	min-width:120px;
}
#top-menu-structure li{       /* разделялки в меню */
    border-right: 1px dotted #fff;
    position: relative;
	
	padding: 0px 3px 3px 3px;
	background-position:center;
	min-height: 10px;
	
	background-color:#4bb0c3;
}
#top-menu-structure li:hover{
	cursor:pointer;
	z-index:100;
	
	
}
#top-menu-structure li a{      /* текст меню */
      	margin: 0;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
	display:block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
 	font-weight: bold;
    font-family:  "DidactGothic", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
	min-height:23px;
}
#top-menu-structure li a:hover{    /* рамка подменю */
    color: #fff;
	
	text-decoration:underline;
}
#top-menu-structure li  a#top-current{     /* фон активации */
    color: #fff;
	text-decoration:underline;
	
}
/********* подменю 1 уровня *****************/
#top-menu-structure ul ul{

	background-color: #fff;
    border: 1px solid #949599;
	position: absolute;
	top: 33px;
	
	right:0px;
	display: none;
	min-width: 120px;
	padding: 0 ;
    border-bottom: 0;
}
#top-menu-structure ul ul:hover{
background-color:#fff;
}
#top-menu-structure ul ul li:hover{
background-color:#fff;
}
#top-menu-structure ul ul li{ /* выскакивающие меню при наведении, фон */
    border-right: 0px;
   border-bottom: 1px solid #949599;
	margin: 0;
    padding-left: 8px;
    padding-right: 8px;
	background-color: #fff;
}
#top-menu-structure ul ul a{ /* выскакивающие меню при наведении, наполнение */
	display:block;
	color: #949599;
 	text-align: left;
	padding: 5px;
	text-decoration: none;
    
    padding-left: 5px;
    margin-left: 3px;
	font-size: 10pt;
    font-weight: bold;
  font-style: normal;
  white-space: normal;
}
#top-menu-structure ul ul a:hover{    /* текст активного подменю */
    
	color: #4bb0c3;
	border-bottom:0px;
	text-decoration:none;
}
#top-menu-structure ul ul a#top-current{
	color: #4bb0c3;
    font-weight: bold;
    
	border-bottom:0px;
	text-decoration:none;
}

/********* подменю 2 уровня *****************/
#top-menu-structure ul ul ul{
	top: -1px;
	right: 100%;
	min-width: 120px;
}
#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;}
