/************** структура шаблона *****************
* 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-left:250px;

}
#top-menu-structure{
  	margin: 0;
	padding: 0;
}
#top-menu-structure *{
	margin: 0;
	padding: 0;
}
/********* основное меню *****************/
#top-menu-structure ul{
  background-image: url(pic/top_menu_bgim.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #e3e3e3;
	list-style:none;
	float: right;
	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{
    border: 1px solid #b5b5b5;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	display:block;
	color: #616365;
	text-decoration: none;
	white-space: nowrap;
    font-weight: normal;
  font-family: Arial;
  font-style: normal
}
#top-menu-structure li a:hover{
    background-image: url(pic/top_menu_bgim_activ.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
}
#top-menu-structure li a#top-current, #top-menu-structure li.active a{
    background-image: url(pic/top_menu_bgim_activ.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
    font-weight: bold;
}
/********* подменю 1 уровня *****************/
#top-menu-structure ul ul{

    border: 1px solid #b5b5b5;
	position: absolute;
	top: 25px;
	right: 0px;
	display: none;
	width: 170px;
	padding: 1px;



}
#top-menu-structure ul ul li{

  border-bottom-color: #b5b5b5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
	margin: 0;
}
#top-menu-structure ul ul a{
    background-image: url(pic/top_menu_bgim_activ.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
	display:block;
	color: #616365;
 	text-align: left;
	padding: 3px 4px 3px 14px;
	text-decoration: none;


	font-size: 12px;
    font-weight: normal;
  font-style: normal;
   white-space: normal;
}
#top-menu-structure ul ul a:hover{
  background-image: url(pic/top_menu_bgim.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #e3e3e3;

}
#top-menu-structure li li a#top-current, #top-menu-structure li li.active a{
  background-image: url(pic/top_menu_bgim.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #e3e3e3;

    
}
/********* подменю 2 уровня *****************/
#top-menu-structure ul ul ul{
	top: -2px;
	right: 99%;
	width: 170px;
}
#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;}
