.li1 {
width:130px;
}
.a1 {
font-size:12px;
font-weight:bold;
}

.li2 
{
width:120px;
margin-left:6px;
font-size:12px;
}
.li3 {
margin-left:6px;
white-space:nowrap;
}
.spanCatClose {
background-image:url(../images/+.jpg);
background-position:0 center;
background-repeat:no-repeat;
cursor:pointer;
width:15px;
}
.spanCatOpen {
background-image:url(../images/-.jpg);
background-position:0 center;
background-repeat:no-repeat;
cursor:pointer;
width:13px;
}
#allCate {
background:transparent url(../images/AllCate.jpg) no-repeat scroll center top;
border:1px solid #E1E1E1;
padding-top:31px;
width:171px;
}
#allCate-m {
background-color:#FFFBEF;
margin:3px;
width:165px;
}
#ProductCategories 
{
	margin-top:5px;
	margin-left:5px;
	font-size:11px;
	height:auto;
	list-style-type:none;
}
#ProductCategories span {
display:inline-block;
}
#ProductCategories ul {
margin:0;
padding:0;
}
#ProductCategories li {
clear:both;
float:left;
text-transform:capitalize;
}