body {margin: 0}
			#banner {
				position: absolute;
				padding: 0;
				top: 0;
				left: 100;
				right: 100;
				text-align: center;
				height: 128;
				}
			*html #banner {
				padding: 0 100; 
				left: 0; 
				right: 0; 
				width: 100%
				}
			#lang {
				padding: 0;
				position: absolute;
				top: 0;
				right: 0;
				width: 175;
				height: 128;
			}
			#nav {
				position: absolute;
				top: 128;
				left: 0;
				width: 100;
				z-index: +5;
			}
			#nav a {
				text-decoration: none;
				color: black;
				display: block;
			}
			*html #nav a {height: 0; width: 94;}
			
			#nav li {
				position: relative;
				padding-left: 2;
				list-style: none;
				width: 100;
				border: 2px solid;
				border-style: outset;
				background-color: #e6e6e6;
			}
			
			#nav ul>li {border-color: #e6e6e6;}
			
			*html #nav li {display: inline;}
			
			#nav ul{
				margin: 0; padding: 0;
			}
			li ul, li:hover ul ul{
				display: none;
				position: absolute;
				left: 98;
				top: -2;
			}
			li>ul, li:hover ul ul{left: 104;}
			
			li:hover ul, li ul li:hover ul{
				display: block;
			}