#categories ul
{
    margin-bottom: 10px;
}

#categories ul ul
{
    margin-bottom: 0px;
}

#categories li a
{
    display: block;
    background-color: #3c3b3b;
    background-image: url( ../../images/category.png );
    height: 21px;
    line-height: 21px;
    font-family: Trebuchet MS, Verdana;
    text-transform: uppercase;
    overflow: hidden;
    padding-right: 10px;
}

#categories li a:hover
{
    color: #D30000;
}

#categories li a.selected
{
    color: #5B0000;
    font-weight: bold;
}

#categories p
{
    font-family: Trebuchet MS, Verdana;
    text-align: center;
    padding: 10px;
}

#categories img
{
    margin: 10px 3px 44px;
}