@charset "utf-8";
/* CSS Document */

#menuBox{
 float:left;
 width:168px;
 height:300px;
 margin-top:10px;
}

.menuLable {
 font-weight:bold;
 color:#990000;
 border-bottom:solid 1px #CCCCCC;
 width:100%;
 margin-bottom:6px;
}

#menuBox a {
	color:#000000;
	text-decoration:none;
	font-size:11px;
	line-height: 18px;
}

#menuBox a:hover {
 color:#000000;
 text-decoration:underline;
}

#menuAdd{
margin-bottom:10px;
}