 /* DEFAULTS */
ul#navlist li a,ul#subnavlist li a
{
font-family: century gothic, verdana, arial, Helvetica, sans-serif;font-size: 12px;
font-weight: bold;
text-decoration: none;
line-height: 150%;
}

div#navcontainer
{
width: 180px;
\width: 190px;
background: transparent;
padding: 0;
}

/* NAV LIST */
ul#navlist
{
margin: 10px;
padding: 0;
list-style-type: none;
font-family: century gothic, verdana, arial, Helvetica, sans-serif;
}

ul#navlist li 
{ 
display: inline;
padding-left: 10px; 
}

ul#navlist li a
{
color: black;
font-weight: bold;
display: block;
/*padding: 5px 0px;*/
margin: 0;
padding: 0px 0px;
width: 160px;
text-align: left;
background: transparent;
text-decoration: none;
}

ul#navlist li a:hover 
{ 
color: #ffffff;
font-weight: normal;
width: 160px;
text-decoration: none;
}

ul#navlist li a#current
{
color: black;
background: #ffffff;
font-weight:bold;
text-decoration:none;
}

/* SUB NAV LIST */
ul#subnavlist
{
margin: 0 0 0 10px;
list-style-type: none;
padding: 0;

}

ul#subnavlist li { display: inline; }

ul#subnavlist li a
{
display: block;
font-size: 10px;
color:black;
/*padding: 5px 5px 5px 5px;*/
width: 145px;
text-decoration: none;
border-bottom: 1px solid white;
}

ul#subnavlist li a:hover 
{ 
color: white;
width: 145px;
text-decoration: none;
border-bottom: 1px solid white;
}

ul#navlist li a#subcurrent
{
color: black;
background: #ffffff;
font-weight:bold;
text-decoration:none;
}

ul#navlist li a#subcurrent:hover 
{ 
background: transparent;
border-bottom: 1px solid transparent;
}

/* SUB SUB NAV LIST */
ul#subsubnavlist
{
font-family: arial;
text-align: right;
margin: 0 0 0 0px;
list-style-type: none;
padding: 0;
}

ul#subsubnavlist li { display: inline; }

ul#subsubnavlist li a
{
font-family: arial;
text-align: right;
display: block;
font-size: 10px;
color:black;
/*padding: 5px 5px 5px 5px;*/
width: 145px;
text-decoration: none;
}

ul#subsubnavlist li a:hover 
{ 
font-family: arial;
text-align: right;
color: white;
width: 145px;
text-decoration: none;
}

ul#navlist li a#subsubcurrent
{
font-family: arial;
text-align: right;
color: black;
background-color: white
}

ul#navlist li a#subsubcurrent:hover 
{ 
background: transparent;
}

a:link
{ 
color: black; 
text-decoration: none;
}

a:visited 
{ 
color: black; 
text-decoration: none;
}

a:hover 
{ 
color: #dddddd; 
}

a:active 
{ 
color: black; 
background-color: white;
text-decoration: underline;
font-style: italic;
}


/* NAV LIST VERTIKAL

div#navcontainer-vertikal
{
text-align:right;
float: right;
background: transparent;
padding: 0;
}

ul#navlist-vertikal
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist-vertikal li
{
display: inline;
list-style-type: none;
}

#navlist-vertikal a { padding: 3px 10px; }

#navlist-vertikal a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist-vertikal a:hover
{
color: #fff;
text-decoration: none;
}

 */
