/************** структура шаблона *****************
* 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-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-color: #7899dc;
}



#top-menu-structure{
  	margin: 0;
	padding: 0;
    float: right;
empty-cells:show;


/*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-left: 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:#7899dc;*/
}
#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:  "Neucha",   Arial, Helvetica, sans-serif;
    font-style: normal;
	min-height:23px;
	text-transform:uppercase;
	border-bottom: 2px dotted #7899dc;
}
#top-menu-structure li a:hover{    /* рамка подменю */
    color: #fff;
	border-bottom: 2px dotted #fff;
}
#top-menu-structure li  a#top-current{     /* фон активации */
    color: #fff;
	border-bottom: 2px dotted #fff;
}
/********* подменю 1 уровня *****************/
#top-menu-structure ul ul{

	background-color: #fff;
    border: 1px solid #949599;
	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:#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;
    /*background-image: url(pic/dotssm.png);*/
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 5px;
    margin-left: 3px;
	font-size: 11pt;
    font-weight: bold;
  font-style: normal;
  white-space: normal;
  text-transform:none;
  font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0;
}
#top-menu-structure ul ul a:hover{    /* текст активного подменю */
    /*background-image: url(pic/dotssm.png);*/
    background-position: left;
    background-repeat: no-repeat;
	color: #7899dc;
	border-bottom:0px;
	text-decoration:none;
}
#top-menu-structure li li a#top-current, #top-menu-structure li li.active a{
	color: #7899dc;
    font-weight: bold;
    /*background-image: url(pic/dotssm.png);*/
    background-position: left;
    background-repeat: no-repeat;
	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 li li li a#top-current, #top-menu-structure li li li.active a{}
/*************** НЕ МЕНЯЕМОЕ ****************/
/* 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;}
