﻿
/*menu*/

#menu
{
    background: url(../img/menu_bg.png) no-repeat top left;
 /*   width: 1000px;     1000  */
    height: 55px;   /*  55  */
}

#menu ul 
{
    padding-left: 0px;
    padding-top: 5px;
    margin: 0px;
}

#menu li 
{
    display: inline;
}

#menu a 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    display: block;
    float: left;
    width: 19.8%;   /* 19,9% hvert punkts bredde */
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding-top: 15px;
}

#menu a:hover
{
    background: url(../img/menu_hover.png) no-repeat center;
}


/*
#menu a:visited
{
    background: url(../img/menu_bg.png) no-repeat top left;
    width: 1000px;
    height: 55px;   /*  55  */
}
*/

