.listagem {margin-top:40px;margin-bottom:60px;}
.listagem > ul > li {width:100%;margin-bottom:20px;}
.drop_item {cursor:pointer;display:inline-block;width:100%;border-bottom:1px solid #616161;color:#000;font-size:14px;text-transform:uppercase;padding-bottom:5px;
background-image:url(../img/icons/arrow_right.png);background-repeat:no-repeat;background-size:6px;
background-position:right center;
 -moz-background-position:right center;
-webkit-background-position:right center;
 -khtml-background-position:right center;
-o-user-background-position:right center;
}
.drop_item.selected {color:#fabc00;}
.drop_item + div {display:none;margin-top:10px;margin-bottom:30px;}
.drop_item + div a {color:#fabc00;}
  