#submeny { width: 480px; float: left; height: 334px; margin: 0; position: relative; font-size: 1.2em; }
#submeny ul { position: absolute; top: 0; left: 0; padding: 0 5px; }
#submeny ul li { width: 215px; float: left; padding: 0 5px 0 10px; height: auto; margin: 0 0 .5em 0; background: none; }
#submeny ul li span { line-height: 1.2em; }
#submeny a {
	display: block;
	width: 210px;
	height: auto;
	font-size: 1em;
	padding: 10px;
	color: #284448;
	background: #e6af6d;
}
#submeny a:hover { text-decoration: none; display: block; background: #e69331; }
h1, h3, h4, h5, h6, #smuler, .sm_firstkol #nyheter h1.tittel a, .sm_firstkol #nyheter .art a, .sm_firstkol #nyheter a {color: #e69331; }

#submeny li.aktiv ul li a {
	color: #284448;
	background: #e6af6d;
}
#submeny li.aktiv ul li a:hover {
	color: #284448;
	background: #e69331;
}
