/* MENYBOX som innehåller listmenyn */
#meny_container {width: 170px; float: left; margin: 5px 5px 5px 10px; padding: 5px 5px 5px 5px; font: 11px Verdana, Helvetica, sans-serif;}
/* länkar, egenskaper */
#meny a:link { color: #000000; }
#meny a:visited { color: #000000; }
#meny a:hover { }

/* 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: #F19D21; border: 1px solid #B53F0D;}
/* MENY nivå 1 (med undermeny) */
#meny .link1 { padding: 3px 3px 3px 5px; background: #F19D21 url(../bilder/pilar/tri.gif) no-repeat right center; border: 1px solid #B53F0D; }
/* MENY nivå 2 */
#meny .link2 { padding: 3px 3px 3px 5px; background: url(../bilder/pilar/tri.gif) no-repeat right center; border-top: 1px solid #B53F0D; border-right: 1px solid #B53F0D; border-bottom: 1px solid #B53F0D; border-left-width: 5px; border-left-style: solid; border-left-color: #B53F0D; }
/* 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: #B53F0D; }
/* AKTIV MENY nivå 2 */
#meny a#selected2 { font-weight: bold; background: url(../bilder/pilar/tridown.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; }

