#menycontainer{
	width: 130;
	font-size: 70%;
	border-top: 0px dotted #000000;
	border-left: 0px dotted #000000;
	border-right: 0px dotted #000000;
	border-bottom: 0px dotted #000000;
		}
#meny{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#meny a{
	display: block;
	margin: 0;
	background: #FFFFFF;
	padding: 0.5em;
	text-decoration: none;
	}
#meny ul{
	list-style-type: none;
	}
#meny ul a{margin: 0; padding: 0.5em; background: #FFFFFF;}

#meny a:hover{color: #FF0000;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif; background: #e6e6e7;}
#meny a:link{color: #000000;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;}
#meny a:visited{color: #000000;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif; }
#meny a:active {color: #000000;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;}
#meny a#current{background: #e6e6e7; color:#000000}
#meny a#subcurrent{background: #000000;}
.undermeny {margin-left:0px;}
