#navbar {
	background-image: url(images/navbarbg.gif);
	position: absolute;
	width: 100%;
	height: 26px;
	top: 0;
	left: 10;
	background-repeat: repeat-x;
}
#logobar {
	position: absolute;
	width: 100%;
	top: 27px;
	left: 10;
}
#lightbar {
	background-image: url(images/navbarbglight.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 26px;
	top: 224px;
	left: 10px;
}