/* CSS Document */

 #navcontainer
{
width: 175px;
padding: 0px;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #000;
}

#navcontainer ul
{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#navcontainer li
{
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 6px .5em 6px 18px;
/* border-left: 8px solid #FF9966; */
border-bottom: 1px solid #FFF;
color: #000;
text-decoration: none;
font-size: 1.2em;
width: 151px;
background: url(images/arrows.gif) left no-repeat;
}

#navcontainer li a:hover
{
background: #647682 url(images/arrows_akt.gif) left no-repeat;
color: #fff;
}

#navcontainer li a#current
{
/* background: #647682 url(images/arrows_akt.gif) left no-repeat;
color: #fff;*/
font-weight: bold;
}

#navcontainer li li
{
margin: 0;
}

#navcontainer li li a
{
padding: 4px .5em 4px 30px;
font-size: 1.0em;
width: 140px;
background: #FF9966 url(images/subarrows.gif) left no-repeat;
}

#navcontainer li li a:hover
{
background: #647682 url(images/subarrows_akt.gif) left no-repeat;
color: #fff;
}

#navcontainer li li a#subcurrent
{
background: #647682 url(images/subarrows_akt.gif) left no-repeat;
color: #fff;
}


#navcontainer li li li
{
margin: 0;
color: #000;
}

#navcontainer li li li a
{
padding: 4px .5em 4px 30px;
font-size: 0.9em;
width: 140px;
background: #EEEEEE;
}

#navcontainer li li li a:hover
{
/* background: #FF9966 url(images/subarrows.gif) left no-repeat; */
background: #647682 url(images/subarrows_akt.gif) left no-repeat;
color: #FFF;
}

#navcontainer li li li a#subcurrent
{
background: #EEEEEE url(images/subarrows.gif) left no-repeat;
color: #000;
font-weight:bold;
}


