ul.sidemenu
{
    margin:0px 0px 0px 5px;
    padding:5px 0px 0px 0px;
    text-transform:uppercase;
}

li.level_1
{
    list-style-type:none;
    list-style-image:none;
    margin-top:5px;
    padding-left: 25px;
    background-image:url(/01/Images/bullet1.png);
    background-repeat: no-repeat;
    background-position: 0% 22%;
    border-bottom:solid 1px #CCCCCC;
    padding-bottom: 5px;
}

* html li.level_1
{
    background-image:url(/01/Images/ie6/bullet1.png);
}

li.level_1_selected
{
    list-style-type:none;
    list-style-image:none;
    margin-top:5px;
    padding-left: 25px;
    background-image:url(/01/Images/bullet2.png);
    background-repeat: no-repeat;
    background-position: 0% 22%;
    border-bottom:solid 1px #CCCCCC;
    padding-bottom: 5px;
}

* html li.level_1_selected
{
    background-image:url(/01/Images/ie6/bullet2.png);
}

li.level_2
{
    list-style-type:none;
    list-style-image:none;
    margin-top:5px;
    padding-left: 35px;
    background-image:url(/01/Images/bullet1.png);
    background-repeat: no-repeat;
    background-position: 12% 22%;
    border-bottom:solid 1px #CCCCCC;
    padding-bottom: 5px;
}

* html li.level_2
{
    background-image:url(/01/Images/ie6/bullet1.png);
}

li.level_2_selected
{
    list-style-type:none;
    list-style-image:none;
    margin-top:5px;
    padding-left: 35px;
    background-image:url(/01/Images/bullet2.png);
    background-repeat: no-repeat;
    background-position: 12% 22%;
    border-bottom:solid 1px #CCCCCC;
    padding-bottom: 5px;
}

* html li.level_2_selected
{
    background-image:url(/01/Images/ie6/bullet2.png);
}




