/* meny left */
#menycontainer {float: left; margin: 1em 0 0 1em; padding: 0;}
#meny {margin: 0; padding: 0; list-style-type: none;	font-size: 1em;}
#meny a {width: 10em; text-decoration: none;	display: block;	padding: 0.3em 1em;	margin-bottom: 0.8em;	border-bottom: 1px dotted #002963; border-left: 1px none;}
#meny a:link {color: #002963;}
#meny a:visited {color: #002963;}
#meny a:hover {background: #ffffcc;}
#meny a#current {font-weight: bold; border-left: 5px solid #fc8600; border-right: 10px solid #002963;}

/* meny top */
#meny_top {border-bottom: 1px solid #666666; width: 799px;  float: right; background: #eeeeeb; margin-top: 10px;}
#meny_top ul {padding: 0.5em 0; margin-right: 5px;}
#meny_top li {margin-right: 0.2em; display: inline; list-style: none;}
#meny_top li a {text-decoration: none; padding: 0.5em 1em; margin-left: 0; background: white; font-weight: bold;}
#meny_top a:link {color: #000000; border: 1px solid #666666}
#meny_top a:visited {color: #000000; border: 1px solid #666666}
#meny_top a:hover {background: #ffffcc; border: 1px solid #666666}
#meny_top a#current {background: white; border-top: 1px solid #666666; border-right: 1px solid #666666; border-left: 1px solid #666666; border-bottom: 1px solid #ffffff; color: #000000;}