 #navlist
{
position: relative;
width: 100%;
height: 1.05em;
margin: 0;
padding: 0;
border-bottom: 0.15em solid #3af; 
white-space: nowrap;
/*font-size: 1.2em;*/
}

#navlist li
{
float: left;
margin: 0 0 0 0.1em;
border-width: 0.05em 0.05em 0 0.05em;
padding: 0;
border-style: solid;
border-color: #aaa #555 #3af #999;
list-style-type: none;
}

#navlist li a
{
position: relative;
width: 6em;
display: block;
margin: 0;
padding: 0.05em 0.4em;
border-width: 0.05em 0.05em 0 0.05em;
border-style: solid;
border-color: #ccc;
background-color: #eee;
color: #666;
font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
color: #07a;
text-decoration: underline;
}

#navlist li#active a
{
font-weight: bold;
background-color: #3af;
color: #fff;
border-color: #9df #c30 #3af #9df;
}

#navlist li#active a:hover { color: #fff; }


#navlist li.right
{
float: right;
margin: 0 0 0 0.1em
border-width: 0.05em 0.05em 0 0.05em;
border-style: solid;
border-color: #aaa #555 #3af #999;
list-style-type: none;
}

#navlist li.lang
{
float: right;
position: bottom;
margin: 0 0 0.1em 0;
border-width: 0;
/*border-style: solid;
border-color: #aaa #555 #3af #999;*/
list-style-type: none;
font-size: 0.9em;
}

#navlist li.lang a
{
position: relative;
width: 6em;
display: block;
margin: 0;
padding:  0.1em 0 0 0;
border-width: 0;
/*border-width: 0.05em 0.05em 0 0.05em;
border-style: solid;
border-color: #ccc; */
background-color: #024;
color: #3af;
font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a
{
position: relative;
width: 6em;
display: block;
margin: 0;
padding: 0.05em 0.4em;
border-width: 0.05em 0.05em 0 0.05em;
border-style: solid;
border-color: #ccc;
background-color: #eee;
color: #666;
font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
color: #07a;
text-decoration: underline;
}

#navlist li#active a
{
font-weight: bold;
background-color: #3af;
color: #fff;
border-color: #9df #c30 #3af #9df;
}

#navlist li#active a:hover { color: #fff; }


#navlist ul#subnavlist
{
position: absolute;
width: 100%;
left: 0;
top: 1.20em;
height: 0.75em;
margin: 0;
padding: 0;
border-bottom: 0.15em solid #3af;
white-space: nowrap;
}

#navlist ul#subnavlist li
{
width: 7em;
margin: 0;
border: 0;
}

#navlist ul#subnavlist li a
{
width: auto;
padding: 0.06em 1em 0;
border: 0;
background-color: #fff;
color: #000;
font: normal normal 0.66em/110% Verdana, Arial, sans-serif;
}

#navlist ul#subnavlist li a:hover
{
color: #07a;
text-decoration: underline;
font-weight: 400;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
background-color: #9df;
color: #000;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 600px;
/* IE5/Mac fixed width fix */
}

