/* CSS menymall */

h1 

{
font-family: verdana;
color: #CCCCCC;
font-size: 11px;
}

#meny
{
display: inline;
width: 950px;
height: 30px;
margin: 0;
padding: 0;
width: 950px;
list-style-type: none;
font-size: 11px; 
letter-spacing: 0.1em;
background: none;
text-decoration: none;
background-repeat: no-repeat;

}

#meny a
{
display: inline;
width: auto;
height: 20px;
padding-left: 0.25em;
padding-top: 0.50em;
padding-bottom: 0.25em;
text-decoration: none;
font-size: 11px;
border-bottom: 1px solid #808080;
border-right: 1px solid #808080;
border-left: 1px solid #808080;
}

#meny a:link
{
color: #808080;
}

#meny a:visited
{
color: #808080;
}

#meny a:hover
{
background: blue;
color: #42b3cc;
text-decoration: none;
}

#meny a:active
{
background: blue;
color: #42b3cc;
text-decoration: none;
}

#meny a#current
{
background: #074d95;
color: #42b3cc;
}
