@charset "utf-8";

#firstpane{
	font-family:"century gothic";
}

.menu_list {
	width: 100px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-size: 12px;
	padding-top: 10px;
}
.menu_head a{
	text-decoration: none;
	color:#333;	
}
.menu_body {
	display:none;
	line-height: 25px; /* testing */
}
.menu_body a {
	display:block;
	color:#777;
	/*padding-left:10px;*/
  	font-size: 11px;
	text-decoration:none;
	font-family: "century gothic";
}
.menu_body a:hover{
  color: #630;
}

.narrowheight {
  line-height: 15px;
}
