/* CSS menymall */

h1 {font: 150% Verdana, Arial, Helvetica, sans-serif;color: #CCCCCC;}
#content{margin: 0 1em 1em 1em; padding: 0; float: left;}

body{background: #E89F6E;
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 }
#menycontainer{float: left;
       	       margin: 1em 0 0 0; 
			   width: 12em; 
			   font: 70% Verdana, Helvetica, sans-serif; 
			   background: #E89F6E;
			   }
			   
#meny{margin: 0; 
      padding: 0; 
	  list-style-type: none;
	  }
	  
#meny a{display: block;	
        padding: 0.3em; 
        text-decoration: none; 
		height: 100%; 
		margin-top: 0.5em;
		background: #E89F6E; 
        border-top: 2px solid #DAB6B6;	
        border-right: 2px solid #AE7A79; 	
        border-bottom: 2px solid #AE7A79; 
        border-left: 2px solid #DAB6B6;
		}
		
#meny ul{list-style-type: none;}
#meny ul a{padding: 0.3em;}	
#meny a:link{color: #333333;}
#meny a:visited{color: #000000;}
#meny a:hover{background: #F2E4D3; 
              border-top: 2px solid #AE7A79; 
			  border-right: 2px solid #DAB6B6; 	
			  border-bottom: 2px solid #DAB6B6; 
			  border-left: 2px solid #AE7A79;
			  }
			  
#meny a#current{font-weight: bold;}
#meny a#subcurrent{font-weight: bold;}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;	
}

a:link, a:visited, a:active {
	  color:#000000;
	  text-decoration: none;
	  }
	  
a:hover {
	  color:#F2E4D3;
	  font-weight: none;
	  text-decoration: none;
	  }  
BODY
{
scrollbar-face-color: #E89F6E;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #E89F6g;
}



