#menuBar {position: absolute; 
	          left: 0; 
	          top: 0; 
                  width: 100%; 
	          height: 22px; 
	          border: 1px solid #f40101; 
	          background-color: #f40101; 
	          layer-background-color: #f40101;

	         }
.daMenu {position: absolute;
		width: 100px;
		height: 22px;
		border: 1px solid #f40101;
		top: 0px
		}
.moreMenu {position: absolute;
		width: 100px;
		border: 1px solid blue;
		background-color: blue;
		layer-background-color: blue;
		visibility: hidden;
		top: 22px;
		}


body { background-image: url(/cuchulian9/pics/mainbackground.jpg) }

p.first { top: 50px; background-color: b1b1b1}