/*** Copyright by Christopher Friedmann 2005 ***/

/* navigation position */
#navi {
position:absolute;
left:0px;
top:180px;
width: 200px;
}

/* navigation defnition 1st level */
.list {
width: 200px;
text-decoration: none;
list-style: none;
color: #fff;
margin: 0px;
padding:0px;
}

.list li a {
display: block;
width: 200px;
left:0px;
padding: 5px 5px 5px 0.5em;
background-color: #80A0C3;
text-decoration: none;
list-style: none;
color: #fff;
}

.list li a:hover {
width: 200px;
left:0px;
background-color: #729BD0;
text-decoration: none;
color: #000;
list-style: none;
}

html>body #navi .list li a {width: auto;}

.activ {
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 12px;
padding: 5px 5px 5px 0.5em;
background-color: #3B5F90;
color: #000;
width: 100%;
font-weight: bold;
text-decoration: none;
list-style: none;
}
.activ a {
color: #fff;
width: 100%;
font-weight: bold;
text-decoration: none;
}

.activ a:hover {
color: #fff;
width: 100%;
font-weight: bold;
text-decoration: none;
}


html>body .activ {width: auto;}

/* sub1 navigation */
.sub1-no {
font-size: 10px;
padding: 2px 2px 2px 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #B8C4D4;
text-decoration: none;
}

.sub1-no   A { color: #ffffff; text-decoration: none; font-family: arial, helvetica; font-size: 12px;}
.sub1-no   A:hover { color: #3B5F90;}

.sub1-act  A { color: #3B5F90; text-decoration: none; font-family: arial, helvetica; font-size: 12px;}
.sub1-act {
font-size: 10px;
padding: 2px 2px 2px 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #B8C4D4;
text-decoration: none;
font-weight: bold;
}





