﻿#leftmenu ul{    
                margin: 0px;
                
}

.leftcolumn
{
    padding-left: 0px;
}

#leftmenu li{
                list-style:none;
                margin: 0;
}

#leftmenu li.niv1 a, li.niv1 a:visited {
                display:block;
                font-weight:bold;
                text-decoration:none;
                color:#000;
                background:repeat-y url(../images/menu/level1.gif) left;
                width: 175px;
                line-height:15px;
                padding-left: 25px;
                margin-bottom: 2px;
}
#leftmenu li.niv1 a:hover {
                color:#fff;
                background:repeat-y url(../images/menu/level1_over.gif) left;
}              
#leftmenu li.niv1Selected a, #leftmenu li.niv1Selected a:visited{
                display:block;
                font-weight:normal;
                text-decoration:none;
                color:#fff;
                background:repeat-y url(../images/menu/level1_over.gif) left;
                width:175px;
                line-height:15px;
                padding-left: 25px;
                margin-bottom: 2px;
}                    



          
#leftmenu li.niv2 a, #leftmenu li.niv2 a:visited{
                display:block;
                text-transform:none;
                text-decoration:none;
                color:#000;
                width:175px;
                padding-left: 25px;
                line-height:15px;
                margin-bottom: 2px;
}
#leftmenu li.niv2 a:hover{
                color:#000;
                background:no-repeat url(../images/menu/level2_over.gif) left;
}                              
#leftmenu li.niv2Selected a, #leftmenu li.niv2Selected a:visited{
                display:block;
                text-transform:none;
                text-decoration:none;   
                color:#000;
                background:no-repeat url(../images/menu/level2_over.gif) left;
                width:175px;
                padding-left: 25px;
                line-height:15px;
                margin-bottom: 2px;
}




#leftmenu li.niv3 a, #leftmenu li.niv3 a:visited{
                display:block;
                text-transform:none;
                text-decoration:none;
                color:#000;
                padding-left: 35px;
                width:165px;
                line-height:15px;
                margin-bottom: 2px;
}
#leftmenu li.niv3 a:hover{
                color:#000;
                background:no-repeat url(../images/menu/level3_over.gif) left;
}                              
#leftmenu li.niv3Selected a, #leftmenu li.niv3Selected a:visited{
                display:block;
                text-transform:none;
                text-decoration:none;   
                color:#000;
                padding-left: 35px;
                background:no-repeat url(../images/menu/level3_over.gif) left;
                width:165px;
                line-height:15px;
                margin-bottom: 2px;
}

.Level1, .Level1Selected
{
    display:block;
    font-weight:bold;
    text-decoration:none;
    color:#000000;
    background:repeat-y url(../images/menu/level1.gif) left;
    width: 175px;
    line-height:20px;
    padding-left: 25px;
    margin-bottom: 1px;
}
    .Level1:hover
    {
        color: #ffffff;
        background:repeat-y url(../images/menu/level1_over.gif) left;    
    }
    .Level1Selected
    {
        color: #ffffff;
        background:repeat-y url(../images/menu/level1_over.gif) left;
    }

.Level2, .Level2Selected
{
    display:block;
    text-transform:none;
    text-decoration:none;
    color:#000;
    width:175px;
    padding-left: 25px;
    line-height:20px;
    margin-bottom: 1px;
}
    .Level2:hover
    {
        background:repeat-y url(../images/menu/level2_over.gif) left;    
    }
    .Level2Selected
    {
        background:repeat-y url(../images/menu/level2_over.gif) left;    
    }


.Level3, .Level3Selected
{
    display:block;
    text-transform:none;
    text-decoration:none;
    color:#000;
    padding-left: 35px;
    width:165px;
    line-height: 20px;
    margin-bottom: 1px;
}
    .Level3:hover
    {
        background:repeat-y url(../images/menu/level3_over.gif) left;    
    }
    .Level3Selected
    {
        background:repeat-y url(../images/menu/level3_over.gif) left;    
    }
