

#meny table
{
color: white;
}


#navigation
{
position: absolute;
margin-top: 171px;
}

#navigation table a
{
font: 10pt  arial, sans-serif;
font-weight: bold;
text-decoration: none;
color: white;
}

#navigation table a:hover
{
font: 10pt  arial, sans-serif;
font-weight: bold;
color: #244767;
}

#navigation table a#current
{
color: #244767;
}


table#nav
{
font: 9pt  arial, sans-serif;
font-weight: bold;
margin-top: 20px;
margin-left: 20px;
}

table#nav a:link
{
color: #244767;
text-decoration: none;
}

table#nav a:hover
{
text-decoration: none;
font: 9pt  arial, sans-serif;
font-weight: bold;
color: #769cf6;
}

#nav a#current
{
text-decoration: none;
font-weight: bold;
color: #769cf6;
}

#nav a:visited
{
color: #244767;
text-decoration: none;
}


