._pb {
    width:160px;
    overflow:hidden;
    position:relative;
    padding-bottom:4px;
}

._pb #paneHolder {
    width:400px;
    position:relative;
    left:0;
}

._pb ol.pane {
    width:160px;
    float:left;
    margin-right:3px;
}

._pb a {
    text-decoration:none;
}

._pb a:hover {
    text-decoration:none;
}

._pb .arrow {
    float:left;
    text-align:right;
}

._pb li {
    width:144px;
    list-style:none;
    line-height:140%;
    float:left;
    clear:left;
	background: url(../images/genreGroup.gif) 0 0 no-repeat;
}

._pb li.leaf {
	background: none;
}

._pb li.genreTitle, ._pb li.back {
	background: none;
}

._pb li.selected {
	background: url(../images/genreGroup_inverse.gif) 0 0 no-repeat #999;
}

._pb li.selected a {
    color:#fff;
}

._pb li.selected.leaf, ._pb li.selected.back, ._pb li.selected.genreTitle {
	background: none;
    background-color:#999;
}

._pb li.selected.leaf a {
}


._pb li.active a {
    color:#000;
	font-weight: bold;
}

._pb li.genreTitle a {
	font-weight: bold;
}

._pb li.paneTitle {
    font-weight:bold;
}


/*

._pb li {
	background-image:url(/images/triangle_collapsed.gif);
	background-position:138px 6px;
	background-repeat:no-repeat;
}

 */

