/* MENYBOX */
#meny_container {opacity: 0.9; filter: alpha(opacity=90); margin: 0; padding: 0; border: 0px solid #999999; }

/* MENY */
#meny { text-color: #ffffff; font: 11px Verdana, Helvetica, sans-serif; margin: 0 0 0 0; padding: 10px 0 10px 5px;}
#meny ul {}
#meny li{margin: 0 0 0 0; padding: 0 0 0 0; display: inline; list-style: none;}
#meny a {margin: 2px; text-decoration: none; padding: 3px 25px 3px 25px; background: #ffffff; border: 1px solid #4D485C;}

/* länkar, egenskaper */
#meny a:link { color: #000000; text-decoration: none;}
#meny a:visited { color: #000000; border: 1px solid #555;text-decoration: none;}
#meny a:hover { color: #ffffff; font-weight: bold; background-color: #4D485C; background-repeat: no-repeat; background-position: right center; border: 0px solid #555;text-decoration: none;}

/* AKTIV SIDA */
#meny a#current { color: #ffffff; font-weight: bold; background-color: #4D485C; background-repeat: repeat; background-position: right center; border: 0px solid #555;}