/* CSS menymall */

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

#meny{margin: 0;
	padding: 0;
	width: 18em;
	list-style-type: none;
	font: 70% Verdana, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background: #CC9999;
	border-bottom: 1px solid #996666;}
#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 #996666;
	border-right: 1px solid #996666;
	border-left: 1px solid #996666;}
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: #996666;}
#meny a#current{background: #FFCC66; color: #000000;}

