/* box category */
.box .category {
	font-size: 11px;
	font-family: Tahoma;
	text-align:right;
	padding-top: 10px;
	border-right: 1px solid #C7C6C6;
	background: url('../image/boxbg.gif') no-repeat;
	background-position: 100% 0%;
	
}

.box .category a {
	font-size: 11px;
	font-family: Tahoma;
	background: none;
	padding: 0px 4px 0px 0px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;

}

.box .category .cat_lvl_0{

	text-align:right;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right:0px;
	width:125px;
	border: 1px solid #C7C6C6;
	border-right: 0px;
	background: url('../image/catbg.gif');
	background-position: 2px 0px;

}
.box .category a:hover{

	text-align:right;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right:0px;
	width:125px;
	border: 1px solid #C7C6C6;
	border-right: 0px;
	background: url('../image/catbghover.gif');
	background-position: 2px 0px;

}

.box .category .cat_lvl_1 {
        background: url('../image/bullet_1.png') no-repeat 135px 5px;
        padding-right: 40px;
        
}

.box .category .cat_lvl_2 {
        background: url('../image/bullet_1.png') no-repeat 120px 5px;
        padding-right: 55px;
}

.box .category .cat_lvl_3 {
        background: url('../image/bullet_1.png') no-repeat 105px 5px;
        padding-right: 70px;
}

.box .category .cat_lvl_4 {
        background: url('../image/bullet_1.png') no-repeat 90px 5px;
        padding-right: 85px;
}