#menuA {
	position:absolute;
	width:780px;
	height:13px;
	z-index:1;
	left: 16px;
	top: 16px;
	background-color: #fae000;
}

#menuB {
	position:absolute;
	width:780px;
	height:13px;
	z-index:2;
	left: 16px;
	top: 33px;
	background-color: #828282;
}

#menuC {
	position:absolute;
	width:780px;
	height:13px;
	z-index:3;
	left: 16px;
	top: 50px;
	background-color: #06131e;
}
