/************** структура шаблона *****************
* 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;

}
#top-menu-structure{
  	margin: 0;
	padding: 0;
}
#top-menu-structure *{
	margin: 0;
	padding: 0;
}
/********* основное меню *****************/
#top-menu-structure ul{
  background-image: none ; /*url(pic/top_menu_bgim.jpg) */
  background-position: top;
  background-repeat: repeat-x;
  background-color: none;
	list-style:none;
	float: left;
	margin: 0;
	padding: 0;
	
}
#top-menu-structure li{
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#top-menu-structure li:hover{
	cursor:pointer;
	z-index:100;
}
#top-menu-structure li a{
    border: 0px solid #b5b5b5;
	margin: 0;
	padding: 5px 6px 5px 6px;
	font-size: 14px;
	display: block;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
    font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-style: normal
}
#top-menu-structure li a:hover{
    background-image: none ; /*url(pic/top_menu_bgim_activ.jpg)*/
    background-position: top;
    background-repeat: repeat-x;
    background-color: none;
	
}
#top-menu-structure li a#top-current{
    background-image: none ; /*url(pic/top_menu_bgim_activ.jpg)*/
    background-position: top;
    background-repeat: repeat-x;
    background-color: none;
    font-weight: bold;
			color: #B63E5C;
}
/********* подменю 1 уровня *****************/
#top-menu-structure ul ul{
background-color:  #F5F6F9;
font-family: Arial, Verdana, sans-serif;
color: #000;
font-size: 14px;
font-weight: normal;
    border: 0px solid #b5b5b5;
	position: absolute;
	top: 25px;
	left: -1px;
	display: none;
	width: 200px;
	padding: 1px;
	text-transform: uppercase; /* текст в верхнем регистре */
	letter-spacing: 1px; /* текст  разреженный */



}
#top-menu-structure ul ul li{

  border-bottom-color: #b5b5b5;
  border-bottom-style: solid;
  border-bottom-width: 0px;
	margin: 0;
	width: 265px !important;
}
#top-menu-structure ul ul a{
    background-image: none ; /*url(pic/top_menu_bgim_activ.jpg)*/
    background-position: top;
    background-repeat: repeat-x;
    background-color: #F5F6F9;
	display:block;
	color: #000;
 	text-align: left;
	padding: 7px 6px 7px 12px;
	
	text-decoration: none;
			border-bottom: 1px solid #717783;


	font-size: 14px;
    font-weight: normal;
  font-style: normal;
   white-space: normal;
   
}
#top-menu-structure ul ul a:hover{
  background-image: none ; /*url(pic/top_menu_bgim.jpg)*/
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(middle-menu.gif); /* полоска слева */
background-repeat: repeat-y;
background-position: left; 
  
  background-color: #E0E2EB;
color: #B63E5C;


}
#top-menu-structure ul ul a#top-current{
  background-image: none ; /*url(pic/top_menu_bgim.jpg)*/
  background-position: top;
  background-repeat: repeat-x;
  background-color: #B63E5C;;/*#F0E5EA;  */
background-image: url(middle-menu.gif); /* полоска слева */
background-repeat: repeat-y;
background-position: left;
color: #fff;
 font-weight: normal;
}



#top-menu-structure ul ul a#top-current:hover{
 background-color: #E0E2EB;
color: #B63E5C;
}




/********* подменю 2 уровня *****************/
#top-menu-structure ul ul ul{
	top: -1px;
	left: 265px;
	width: 265px;
	margin-top: -1px;
	/*
	top: -1px;
left: 265px;
width: 265px !important;
margin-top: -1px;*/
}
#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;}
