/* MENYBOX som innehåller listmenyn */#meny_container {width: 105px; float: left; margin: 0px 0px 1px 5px; padding: 5px 5px 5px 5px; font: 10px Verdana, Helvetica, sans-serif;}/* länkar, egenskaper */#meny a:link { color: #000000; }#meny a:visited { color: #000000; }#meny a:hover { color: #8fac8a; }/* HUVUDMENY */#meny { margin: 0 0 0 0; padding: 0; list-style-type: none; }#meny ul { list-style-type: none; }#meny a { display: block; text-decoration: none; height: 10px; margin: 0 0 8px 0; }/* MENY nivå 1 (utan undermeny) */#meny .link0 { padding: 3px 3px 3px 5px; background: #FFFFFF;url no-repeat right center; border: 1px solid #7c9d75;}/* MENY nivå 1 (med undermeny) */#meny .link1 { padding: 3px 3px 3px 5px; background: #FFFFFF url(pil_hoger3.gif) no-repeat right center; border: 1px solid #7c9d75;}/* MENY nivå 2 */#meny .link2 { padding: 2px 2px 2px 3px; background:#FFFFFF url no-repeat right center; border-left-style: solid; border-left-color: #125034; }/* MENY nivå 3 */#meny .link3 { margin: 0 0 5px 5px; padding: 3px 3px 3px 5px; }/* AKTIV MENY nivå 1 */#meny a#selected1 { font-weight: bold; background: #7c9d75; }/* AKTIV MENY nivå 2 */#meny a#selected2 { font-weight: bold; background: #D7D6BA; } url(pil_ned1.gif) no-repeat right center; }/* AKTIV SIDA */#meny a#current { background-image: url(../bilder/pilar/tri3.gif); background-repeat: no-repeat; background-position: right center; text-decoration: underline; }