/* CSS menymall */

h1 {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#contents {
	margin: 1em 1em 1em 1em; 
	padding: 0; 
	float: left;
}

#menycontainer {
	margin: 0em 0 0 0em;
	width: 17em;
	font: 100% Verdana, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#meny {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#meny a {
	display: block;
	margin: 0;
	padding: 0.3em;
	background: #f3f1e7;
	padding: 0.3em;
	text-decoration: none;
	height: 100%;
	border-bottom: 1px solid #CCCCCC;
}
#meny ul {
	list-style-type: none;
} 
#meny ul a {
	margin: 0;
	padding: 0.2em;
	background: #3399CC;
}	
#meny a:link {
	color: #000;
}
#meny a:visited {
	color: #000;
}
#meny a:hover {
	background: #999999;
}
#meny a #current {
	font-weight: bold;
}
#meny a #subcurrent {
	font-weight: bold;
}
#meny l {
  list-style-type: square;
  list-style-image: url(bilder/fisk.JPG);
}
