div.toppmeny
{
    display: block;
    background-image: url('images/bgmeny.gif'); 
    background-repeat:repeat-x;
    height:44px;
   /* padding-left: 60px;*/
   padding-left:10px;
}
div.toppmeny a:link, div.toppmeny a:visited
{   
    display: block;
    float: left;
    padding-bottom: 7px;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    /* margin: 18px 11px 0 20px; */
    margin: 18px 29px 0 0px;
    
    white-space:nowrap;
}
    
a.selected:link, a.selected:hover, a.selected:visited, a.selected:active
{
    display: block;
    float: left;
    border-bottom: 5px; 
    border-color: #666666;
    border-bottom-style: solid;
    padding-bottom: 7px;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 18px 11px 0px 20x;
    white-space:nowrap;
}



div.toppmeny a:hover
{
    border-bottom: 5px; 
    border-color: #666666;
    border-bottom-style: solid;
    padding-bottom: 7px;
    text-decoration: none;
    
}