@charset "utf-8";
/* CSS Document */

#menuBox{
 float:left;
 width:168px;
 margin-top:10px;
 overflow:auto;
}

.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;
}

#menuBox ul{
	padding:0;
	margin:0;
	list-style:none;
}

#menuBox ul li{
	background-image:url(images_sc/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 60%; 
	padding-left:8px;
	margin:0;
}
