#navcontainer
{
        margin: 0;
        padding: 0;
}

#navcontainer a
{
        color: #000000;
        text-decoration : none;
        font-size: 0.7em;
        line-height: 1.4em;
}

#navlist 
{
   background-color: transparent;
   padding: 0;
   margin: 0 0 20px 10px;
}

#navlist li{
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
}
#navlist ul{
   background-color: transparent;
   padding: 0;
   margin: 0;
}

#navlist li.navlist-act
{
   font-weight: bold;
}

#subnavlist li.subnavlist-act
{
   margin-left: 10px;
   font-weight: bold;
}
#subnavlist li.subnavlist-no
{
   margin-left: 10px;
   font-weight: normal;
}

#subnavlist li.subnavlist-act
{
   margin-left: 15px;
   font-weight: bold;
}

#subnavlist li.subnavlist-no
{
   margin-left: 15px;
   font-weight: normal;
}

#subsubnavlist li.subsubnavlist-act
{
   margin-left: 20px;
   font-weight: bold;
}

#subsubnavlist li
{
   margin-left: 20px;
   font-weight: normal;
}
