#ebriefcase-sidebar a {
float: left;
width: 150px;
padding: 2px 0;
line-height: 19px;
}

#ebriefcase-sidebar a span {
float: left;
width: auto;
}

#ebriefcase-sidebar a span.eb-logo {
width: 25px;
height: 19px;
background: transparent url('/themes/default/public/images/ebriefcase-icon-sprite.png') no-repeat 0 0;  
margin-right: 5px;
}

#ebriefcase-sidebar a:hover span.eb-logo,
#ebriefcase-sidebar a:active span.eb-logo {
background-position: 0 -19px;
}

#ebriefcase-sidebar a:hover, 
#ebriefcase-sidebar a:active {
color: #007B60;
}
