.menu_list { 
width: 300px;
}
/*МЕНЮ НА ГЛАВНОЙ навигация
=============================================================
*/
.menu_head {
display:block;
height:21px;
border: 0px solid #999999; 
border-bottom-width: 0;
border-bottom: 0px solid #000;
font-size:13px;
padding: 5px 10px;
cursor: pointer;
position: relative;
margin:1px;
font-weight:normal;
background: #50bcfb  url(../images/down.png) center right no-repeat;
color:#000;
}
.menu_body {
display:none;

}
.menu_body a{
display:block;
border: 0px solid #000; 
border-bottom-width: 0;
border-bottom: 0px solid #000;
color:#232323;
font-size:13px;
background-color:#fff;
padding: 2px; 
padding-left:10px;
font-weight:bold;
text-decoration:none;
}
.menu_body a:hover{
color: #000;
font-size:13px;
text-decoration:none;
}

/* 
=============================================================
Меню на остальных страницах
=============================================================*/

.arrowsidemenu{
	width: 300px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #90e9fe;
	border-size: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{
	font: 12px Arial, sans-serif;/*цвет шрифта и размер*/
	display: block;
	background: #90e9fe url(../images/arrowgreen.gif) 100% 0;
                    height: 24px;
	padding: 4px 0 4px 10px;
	line-height: 24px;
                    text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #000;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #000;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: red;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #daf8ff;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #daf8ff;
}

.arrowsidemenu ul li a:hover{
	background: #daf8ff;
}



/* 
=============================================================
Меню справа 
=============================================================*/

.arrowsidemenu_right{
	width: 218px; /*width of menu*/
	
}
	
.arrowsidemenu_right div a{
	font: 12px Arial, sans-serif;/*цвет шрифта и размер*/
	display: block;
	background: url(../images/arrowgray.gif) 100% 0;
                    height: 24px;
	padding: 4px 0 4px 10px;
	line-height: 24px;
                    text-decoration: none;
}
	
.arrowsidemenu_right div a:link, .arrowsidemenu div a:visited{
	color: #000;
}

.arrowsidemenu_right div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu_right div.unselected a{ /*header that's currently not selected*/
	color: #000;
}

	
.arrowsidemenu_right div.selected a{ /*header that's currently selected*/
	color: red;
	background-position: 100% -64px !important;
}

.arrowsidemenu_right ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}



