

/* 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 5px 0; }

/* MENY nivå 1 (utan undermeny) */
#meny .link0 {  padding: 3px 3px 3px 5px; border: 1px solid #642c19; }
/* MENY nivå 1 (med undermeny) */
#meny .link1 { text-transform: uppercase; font-size: 11px; font-weight: bold; padding: 3px 3px 3px 5px; background: url(../bilder/tri.jpg) no-repeat right center; border: 1px solid #642c19; }
/* MENY nivå 2 */
#meny .link2 { margin: 0 0 5px 5px; F padding: 1px 1px 1px 1px; }
/* MENY nivå 3 */
#meny .link3 { margin: 0 0 5px 5px; padding: 1px 1px 1px 1px; }

/* AKTIV MENY nivå 1 */
#meny a#selected1 { font-weight: bold; background: url(../bilder/tridown.jpg) no-repeat right center;}
/* AKTIV MENY nivå 2 */
#meny a#selected2 { background: #E8E8E8 url(../bilder/tridown.jpg) no-repeat right center; }

/* AKTIV SIDA */
#meny a#current2 { text-decoration: underline; }
#meny a#current { font-weight: bold; }
