div#meny {
	border-bottom:1px solid #eee;
	width:175px;
	float:left;
}
div#meny .level0 a {
	display:block;
	width:175px;
	border-right:3px solid #C44143;
	border-top:1px solid #eee;
	float:left;
	font-size:13px;
	line-height:30px;
	text-decoration:none;
	color:#555;
}
div#meny .level0 a:hover {background:#C44143;color:#fff;}
div#meny .level0 b {margin-left:10px;font-weight:normal;}
