/************** структура шаблона *****************
* 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;

    padding-right: 140px;
}
#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{
	margin: 0;
	padding: 2px 10px 2px 20px;
	font-size: 16px;
	display:block;
	color: #234200;
	text-decoration: none;
	white-space: nowrap;
 	font-weight: bold;
  font-family: Arial;
  background-image: url(pic/top.gif);
  background-repeat: no-repeat;
  background-position: left;
  font-style: normal
}
#top-menu-structure li a:hover{
	color: #5100ff;
}
#top-menu-structure li a#top-current{
	color: #5100ff;
}
/********* подменю 1 уровня *****************/
#top-menu-structure ul ul{
	background-color: #fff;
    border: 1px solid #5100ff;
	position: absolute;
	top: 24px;
	left: 0px;
	display: none;
	width: 220px;
	padding: 0;
   border-bottom:0;
	margin: 0;


}
#top-menu-structure ul ul li{
	padding: 0;
    padding-left: 10px;
	margin: 0;
  border-bottom: 1px solid #5100ff;
}
#top-menu-structure ul ul a{
	display:block;
	color: #234200;
 	text-align: left;
	padding: 3px 4px 3px 14px;
	text-decoration: none;
  background-image: url(pic/left.gif);
	font-size: 12px;
    font-weight: normal;
  font-style: normal;
   white-space: normal;
}
#top-menu-structure ul ul a:hover{
	color: #5100ff;
}
#top-menu-structure ul ul a#top-current{
	color: #5100ff;
    
}
/********* подменю 2 уровня *****************/
#top-menu-structure ul ul ul{
	top: -1px;
	left: 200px;
	width: 220px;
}
#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;}
