
#box {
	width: 200px;
	overflow-x:hidden;
	margin-bottom:0px;
}
.run{
	position:absolute;
	right:1px;
	top:80px;
}

#box ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
ul#menu{
	width:180px;
}
#box ul ul{
	font-weight:normal;
}
#box ul ul ul{
	font-size:0.8em;
}

