	#fixed {
    	/* position: fixed; */   /* include again for fixed menu */
    	top: 0;
    	left: 0;
		height: 100px;
		width: 1000px;
		z-index: 3; 
		padding-top:0px;
		padding-bottom:0px;
	}

	#content {
		/* margin-left: 37px;
		margin-top: 160px; */ /* include again for fixed menu */ 
		position: absolute;   /* exclude again for fixed menu */
		left: 37px;           /* exclude again for fixed menu */
		top: 160px;           /* exclude again for fixed menu */
	}	
	
	#submenu {
		/* position:fixed; */  /* include again for fixed menu */
		position:absolute;  /* exclude again for fixed menu */
		left:0px;
		top:147px;
		width:167px;
		z-index:6;
	}
               
/*
	#bgfixed {
		position:fixed; 
		width:955px; 
		height:34px; 
		z-index:2; 
		left: 0px; 
		top: 80px;
	}
	
*/
