#hovedmeny ul
{
list-style-type: none;
text-align: left;
padding:3px 3px 3px 15px;
margin:0px;
}

#hovedmeny ul li a
{
background: transparent url(../bilder/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 15px Georgia, Times New Roman, Times, serif;
text-decoration: none;
color: #999;
}

#hovedmeny ul li a:hover
{
background: transparent url(../bilder/list-on.gif) left center no-repeat;
color: black;
text-decoration: underline;
}

#hovedmeny ul li a#current
{
background: transparent url(../bilder/list-active.gif) left center no-repeat;
font: normal 15px Georgia, Times New Roman, Times, serif;
color: #000;
}

#logginn ul
{
list-style-type: none;
text-align: left;
padding:30px 3px 3px 15px;
margin:0px;
}

#logginn ul li a
{
background: transparent url(../bilder/list-on.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 15px Georgia, Times New Roman, Times, serif;
text-decoration: none;
color: #006600;
}

#logginn ul li a:hover
{
background: transparent url(../bilder/list-active.gif) left center no-repeat;
color: #333;
text-decoration: underline;
}

#logginn ul li a#current
{
background: transparent url(../bilder/list-active.gif) left center no-repeat;
font: normal 15px Georgia, Times New Roman, Times, serif;
color: #000;
}