#nav ul{
	/*background:#ddd;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	line-height: 19px;
}
#nav ul li.level1{
	font-size:14px;
	font-weight:bold;
	background-image: url(/sajtgrafik/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-indent:0.4em;
}
#nav ul li.level2{
	text-indent:1.1em;
	font-weight:normal;
}
#nav ul li.level2.last{
	margin-bottom:6px;
}
#nav ul li.level3{
	text-indent:1.8em;
	font-weight:normal;
	color:#555;
}
#nav ul li.level1 a{
	color:#a51a19;
	text-decoration: none;
}
#nav ul li.level1 a:hover{
	border-bottom:1px dotted;
}
#nav ul li.level2 a{
	color:#000;
	text-decoration: none;
}
#nav ul li.level2 a:hover{
	border-bottom:1px dotted;
}
#nav ul li.level3 a{
	color:#AAA89B;
	text-decoration: none;
}
#nav ul li.level3 a:hover{
	border-bottom:1px dotted;
	color:#000;
}

/* Menyvisning utifrån olika body  id:s 

body#start #nav ul.level2{
	display:none;
}
body#riai-dojo #nav ul.level3{
	display:none;
}*/