/* MENYBOX som innehåller listmenyn */#meny_container {width: 150px; float: left; margin: 15px 5px 5px 1px; padding: 15px 5px 5px 15px; font: 10px Verdana, Helvetica, sans-serif;}/* länkar, egenskaper */#meny a:link { color: #E9C11F; }#meny a:visited { color: #e9c11f; }#meny a:hover {color: #ff9900;}/* 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: 15px; margin: 0 0 10px 0; }/* MENY nivå 1 (utan undermeny) */#meny .link0 { padding: 3px 3px 3px 5px; background: #256002; border: 1px solid #ffffff; }/* MENY nivå 1 (med undermeny) */#meny .link1 { padding: 3px 3px 3px 5px; background: #256002 url(tri7.gif) no-repeat right center; border: 1px solid #ffffff; url(tri7.gif) border: 1px solid #f7e6a4; }/* MENY nivå 2 */#meny .link2 { padding: 2px 3px 3px 3px; background:#256002 url(tri2.gif) no-repeat right center; border-top: 0px solid #e9c11F; border-right: 0px solid #e9c11F; border-bottom: 0px solid #e9c11F; border-left-width: 7px; border-left-style: solid; border-left-color: #e9c11F; }/* MENY nivå 3 */#meny .link3 { margin: 0 0 5px 5px; padding: 3px 3px 3px 5px; }/* AKTIV MENY nivå 1 */#meny a#selected1 { font-weight: ; background:  #173a01; }/* AKTIV MENY nivå 2 */#meny a#selected2 { font-weight: bold; background: url(tridown7.gif) no-repeat right center; }/* AKTIV SIDA */#meny a#current { background-image: url(tri3.gif); background-repeat: no-repeat; background-position: right center; text-decoration: underline; }
