#sport-menu {
    margin-bottom: 1em;
}
#sm-control a {
    margin-right: 10px;
    padding-left: 15px;
}
#sm-collapse {
    background: transparent url('../products/images/minus.gif') no-repeat left;
}
#sm-expand {
    background: transparent url('../products/images/plus.gif') no-repeat left;
}
#sport-menu h3 {
    margin-top: 0.2em;
    margin-bottom: 0;
}
#sport-menu h3 a {
    background: transparent url('../products/images/minus.gif') no-repeat left;
    color: #888;
    padding-left: 1em;
    text-decoration: none;
}
#sport-menu h3.sm-bg-closed a {
    background: transparent url('../products/images/plus.gif') no-repeat left;
}
#sport-menu ul {
    float: left;
    list-style: square;
    margin: 0;
    padding: 0;
    width: 49%;
}
#sport-menu li {
    color: #999;
    font-size: 0.9em;
    margin: 2px 5px 2px 40px;
}
#sport-menu li a {
    color: #106f11;
    text-decoration: none;
}
#sport-menu li.empty, #sport-menu li.empty a {
    color: #999;
}
#sport-menu li a:hover {
    text-decoration: underline;
}
div.sport {
    border-top: 1px dotted #999;
    padding-bottom: 5px;
}
