 body {
                font-size: 12px; /* @ EOMB */
            }
            * html body {
                font-size: 100.01%; /* @ IE */
            }
            body * {
                font-size: 87,5%;
                font-family: Tahoma;
            }
            body * * {
                font-size: 100%;
            }
           
            h1 {
                margin: 1em 0 1.5em;
                font-size: 12px;
            }
            h2 {
                margin: 2em 0 1.5em;
                font-size: 12px;
            }
            p {
                margin: 0;
            }
            pre, pre+p, p+p {
                margin: 1em 0 0;
            }
            code {
                font-family: Tahoma, monospace;
            }
   
.menu_list {	
	width: 300px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    font-size:12px;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#666666;
  padding-left:10px;
  font-weight:bold;
  font-size: 12px;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
.text_decor {
 font-family: Tahoma;
 font-size: 12px;
 color: #666666;
 font-weight:bold;
 text-decoration:none;
  }
.text {
 font-family: Tahoma;
 font-size: 13px;
 color: #666666;
  }
.text  a {
 font-family: Tahoma;
 font-size: 12px;
 font-weight:bold;
 color: #666666;
 text-decoration:underline;
  }

.text  a:hover {
 font-family: Tahoma;
 font-size: 12px;
 color: #000000;
  }

