﻿.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #eef4d3 url("images/left.png") center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}

.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

.menuh {
	font-size: 15px;
	color:#36C;
	font-weight:bold;
	text-indent: 17px;
	font-style:italic;
	text-decoration:underline;

}

.menuh_activ {
  font-size: 15px;
  color:#fff;
  font-weight:bold;
  text-indent: 17px;
  font-style:italic;
  text-decoration:underline;

}
