/* CSS menymall */

h1 

{
font-family: verdana;
color: #CCCCCC;
font-size: 11px;
}


#meny
{
width: 150px;
height: auto;
margin: 0;
padding: 0;
width: 150px;
list-style-type: none;
font-size: 11px; 
text-align: left;
letter-spacing: 0.1em;
background: white;
text-decoration: none;

}


#meny a
{
display: block;
width: auto;
height: 20px;
padding-left: 0.25em;
padding-top: 0.50em;
padding-bottom: 0.25em;
text-decoration: none;
text-align: center;
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: #074d95;
color: white;
text-decoration: none;
}

#meny a:active
{
background: #074d95;
color: white;
text-decoration: none;
}

#meny a#current
{
background: #074d95;
color: #000000;
}