#catmenubody {
    background-color: transparent;
}
#catmenubody #sidebarmenu {
    z-index: 1000;
}

#mysf-sub-indicator {
    background-color: transparent;
    display: block;
    float: left;
    height: 10px;
    margin-top: 5px;
    width: 10px;
	background-image: url(img/arrow_r.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index:2;
}

#mainCB{
    display: block;
    float: left;
    height: 160px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    width: 130px;
}

#mainCB #catname{
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 130px;
}

#mainCB #imgholder{
	display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 130px;
}