/* MENYBOX */
#meny_container {
width: 100%;

border-top: 1px solid #c5def0;

border-left: 1px solid #c5def0;

border-right: 1px solid #c5def0;

border-bottom: 0;

background-color: #ffffff;

margin:0;
overflow: hidden; 
float: left;
}

/* MENY */
#meny {
margin: 0 0 0 0; 
padding: 0px;
}

#meny ul {
margin: 0; 
padding: 0; 
list-style: none;
height: 30px;
overflow: hidden;
}

#meny li{
float: left;
background-color: transparent;
height: 30px;
line-height: 30px;
text-transform: uppercase;
border-right: 1px solid #c5def0;
list-style: none;
display: block;
text-decoration: none;
font-weight:normal;
font-size: 11px;
color: #0079c2;

}

#meny a {
text-decoration: none; 
padding: 3px 25px 3px 25px; 
background: #ffffff;
border:0;
display: block;
}

/* länkar, egenskaper */
#meny a:link { color: #0079c2; }
#meny a:visited { color: #0079c2; }
#meny a:hover { color: #0079c21;}
/* AKTIV SIDA */
#meny a#current {
color: 0079c2;
font-weight: bold;
background-image: url(../cloudy.jpg);
background-position:center;
}

