
@charset "UTF-8";
/* CSS Document */


.menu_list {	
	width: 166px;
	margin:10px 12px;
	font-size:11px;
	color:#000;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	/*background-image:url(down.png);
	background-repeat:no-repeat;
	background-position:right;*/
	font-size:11px;
	margin:1px;
    font-weight:bold;
    background: #FFD174;
	
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#990000;
  background-color:#FFE4AF;
  padding-left:10px;
  	font-size:11px;

  text-decoration:none;
  
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
  
  
  .menu_head2 {
	padding: 5px 10px;
	cursor: pointer;
	
	margin:1px;
    font-weight:bold;
    background: #FFD174;
	
	
	
}

#bottom {
height:20px;
background-color:#FFD174;
color:#FFD174;}
