@charset "UTF-8";

/* CSS menymall */
a{border-bottom: 1px dotted #000000; text-decoration: none}
h1 {font: 100% Verdana, Arial, Helvetica, sans-serif;color: #CCCCCC; font-size: 18px;}
#content{margin: 1em 1em 1em 1em; padding: 0; float: left;}

#menycontainer{float: left;	margin: 1em 0 0 1em; width: 18em; font: 100% Verdana, Helvetica, sans-serif; /*border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;*/ 	background: url(bakgrund.jpg);}

#meny{margin: 0; padding: 0; list-style-type: none;}
#meny a{ display: block; margin: 0;	padding: 0.3em;	padding: 0.3em;	text-decoration: none; height: 100%; border-bottom: 1px solid #CCCCCC;}
#meny ul{
	margin: 0% 0 0 5%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	} 
#meny ul a{margin: 0; padding: 0.3em; font-size:8px;}	
#meny a:link{color: #000000; font-size:10px;}
#meny a:visited{color: #000000; font-size:10px;}
#meny a:hover{background: transparent url(graphics/menyblock.jpg);}
#meny a#current{background:  transparent url(graphics/menyblock.jpg); border-bottom: 1px solid #000000; color: #000000; font-weight: bold; font-size:10px;}
#meny a#subcurrent{background: #E7E7E7;	border-bottom: 1px solid #000000; color: #000000; font-weight: bold; font-size:10px;}