#ContainerWrapper
{
    display:inline-block;
    text-align:left;
    background: transparent;
    padding: 0px 10px 10px 10px;
    width: 100%;
}
#ContainerWrapper ul
{
    padding: 0px;
    margin: 0px;
}
#ContainerWrapper ul li
{
    list-style: none;
    background-image: url('/dnndevelopment/Portals/0/bullet.gif');
    background-repeat: no-repeat;
    background-position:left;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 38px;
    margin-left:0px;
}

#ContainerWrapper ul li.Brochure
{
    list-style: none;
    background-image: url('/dnndevelopment/Portals/0/brochure.gif');
    background-repeat: no-repeat;
    background-position:left;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 38px;
    margin-left:0px;
}
