/* box category */
.box .category {
	padding-top: 5px;
	color:white;
}

.box .category a {
	background: none;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	color:silver;

}

.box .category .cat_lvl_0 {
        background: url('../image/bullet_1.jpg') no-repeat 15px 5px;     
}

.box .category .cat_lvl_1 {
        background: url('../image/bullet_1.jpg') no-repeat 30px 5px;
        padding-left: 40px;
}

.box .category .cat_lvl_2 {
        background: url('../image/bullet_1.jpg') no-repeat 45px 5px;
        padding-left: 55px;
}

.box .category .cat_lvl_3 {
        background: url('../image/bullet_1.jpg') no-repeat 60px 5px;
        padding-left: 70px;
}

.box .category .cat_lvl_4 {
        background: url('../image/bullet_1.jpg') no-repeat 75px 5px;
        padding-left: 85px;
}