/************** структура шаблона *****************
* 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{
/*border-bottom: 1px solid #949599;*/
/*border-right: 1px solid #949599;*/
/* background-color: #2e968d;
background-image: url(pic/footer-t.jpg);
     background-repeat: repeat-x;
     background-position: bottom;*/
	 min-height: 10px;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}



#top-menu-structure{
  	margin: 0;
	padding: 0;
    float: right;
empty-cells:show;
background-color: #d64d57;

/*padding-left:235px;*/	
}
#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;
	/*margin-top: 3px;
	margin-bottom: 3px;*/
	padding: 0px 3px 3px 3px;
	background-position:center;
	min-height: 10px;
	background-color:#0fefbd;
	background-color:#d64d57;
}
#top-menu-structure li:hover{
	cursor:pointer;
	z-index:100;
	/*background-color:#a875b2;*/
	
}
#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;
	/*border-bottom:2px solid #fff;*/
	text-decoration:underline;
}
#top-menu-structure li  a#top-current{     /* фон активации */
    color: #fff;
	text-decoration:underline;
	/*border-bottom:2px solid #fff;*/
}
/********* подменю 1 уровня *****************/
#top-menu-structure ul ul{

	background-color: #fce2af;
    border: 1px dotted #911f27;
	position: absolute;
	top: 33px;
	/*left:-250px;*/
	right:0px;
	display: none;
	min-width: 120px;
	padding: 0 ;
    border-bottom: 0;
}
#top-menu-structure ul ul:hover{
background-color:#fce2af;
}
#top-menu-structure ul ul li:hover{
background-color:#fce2af;
}
#top-menu-structure ul ul li{ /* выскакивающие меню при наведении, фон */
    border-right: 0px;
   border-bottom: 1px dotted #911f27;
 
	margin: 0;
    padding-left: 8px;
    padding-right: 8px;
	background-color:#fce2af;
}
#top-menu-structure ul ul a{ /* выскакивающие меню при наведении, наполнение */
	display:block;
	color: #911f27;
 	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{    /* текст активного подменю */
    
	background:none;
    
	color: #d64d57;
	border-bottom:0px;
	text-decoration:none;
}
#top-menu-structure ul ul a#top-current{
	background:none;
	color: #d64d57;
    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;}
