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

#meny{margin: 0;
	padding: 0;
	width: 11em;
	list-style-type: none;
	font: 58% Verdana, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background: #FFFFE0;
	border-bottom: 1px solid #808080;}
#meny a{
	display: block;
	width: auto;
	height:100%;
	padding-left: 0.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;	
	text-decoration: none;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;}
#meny a:link{color: #000000;}
#meny a:visited{color: #000000;}
#meny a:hover{background: #DCDCDC; color: #FF0000;}
#meny a#current{background: #FF9900; color: #000000; font-weight:bold; cursor:text;}
