body {margin: 0; padding: 0;}
			#banner {
				position: absolute;
				top: 0;
				left: 100;
				right: 100;
				text-align: center;
				height: 128;
				}
			*html #banner {
				padding: 0 100; 
				left: 0; 
				right: 0; 
				width: 100%
			}
			#lang {
				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 {padding:0}