   		#meny table {
   			width: 100%;
   			margin-top: 1px;
   			height: 20px;
   			background: rgb(218,218,218);
   		}
   		
   		#meny tr {
   			vertical-align: middle;
   		}
   		   		
   		#meny td {
   			padding: 2px;
   			
   			color : #000000;
   			font-size : 9px;
   			font-family : Verdana, Arial, Helvetica, Geneva;
   			font-weight: 700;
   		}
   		
   		#meny td.titel {
   			text-align: left;
   			padding-left: 8px;
   		}

   		#meny td.meny {
   			text-align: right;
   		}
   		
   		#meny A:link    {
   			color: black;
   			text-decoration: none; 
   		}
		#meny A:active  {
   			color: black;
   			text-decoration: none; 
		}
		#meny A:visited {
   			color: black;
   			text-decoration: none; 
		}
		#meny A:hover {
   			color: black;
   			text-decoration: underline; 
		}

   		#hoger div.box {
   			width: 200px;
   			margin: 5px;
   		}
   		
   		#hoger th {
   			padding: 2px;
   			background-color: #a4bfd4;
   			
   			font-family: verdana, arial, sans-serif;
   			font-size: 10px;
   			font-weight: 700;
   			color: #3c709c;
   			
   			text-align: left;
   		}
   		
   		#hoger td {
   			padding: 2px;
   			background-color: #e6eaf1;

   			
   			font-family: verdana, arial, sans-serif;
   			font-size: 10px;
   			
   			border-bottom: #aab 1px solid;
   			border-left: #E8E8FF 1px solid;
   			border-top: #E8E8FF 1px solid;
   			border-right: #aab 1px solid;
   		}
   		
   		.tooltip {
   			color: black;
   		}
   		
   		.invisible {
   			display: none;
   		}

