/* CSS menymall */

h1 {font: 150% Verdana, Arial, Helvetica, sans-serif;color: #CCCCCC;}

#meny{
	width: 100px;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font: 80% Verdana, Helvetica, sans-serif;
}
#meny li{margin-bottom: 0.25em;}
#meny a{
	display: block;
	width: auto;
	height:100%;
	background: transparent url(grafik/toning.gif);
	padding: 0.25em;
	text-decoration: none;
	border: 1px solid #996600;
}
#meny a:link{color: #333333;}
#meny a:visited{color: #333333;}
#meny a:hover{background: transparent url(grafik/toning_over.gif);}
#meny a#current{background: #FFCC66; color: #000000;}

