/* MENYBOX som innehåller listmenyn */
#meny_container {width: 170px; float: left; margin: 0 5px 0 10px; padding: 0; font: 20px Georgia, "Times New Roman", Times, serif; line-height: 30px;}
/* länkar, egenskaper */
#meny a:link { }
#meny a:visited { }
#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: 22px; margin: 0 0 0 0; color: #C4C4C4;}

/* MENY nivå 1 (utan undermeny) */
#meny .link0 { padding: 3px 0 0 10px; }
/* MENY nivå 1 (med undermeny) */
#meny .link1 { padding: 3px 0 0 10px;}
/* MENY nivå 2 */
#meny .link2 { padding: 3px 0 1px 10px; font: 16px Georgia, "Times New Roman", Times, serif; line-height: 30px;}
/* MENY nivå 3 */
#meny .link3 { padding: 3px 0 1px 10px; font: 16px Georgia, "Times New Roman", Times, serif; line-height: 30px;}

/* AKTIV MENY nivå 1 */
#meny a#selected1 { color: #FA9FCC;}
/* AKTIV MENY nivå 2 */
#meny a#selected2 {color: #FA9FCC;}

/* AKTIV SIDA */
#meny a#current {color: #FA9FCC;}

