div.linkbox {
	position: absolute;
	top: 114px;

	width: 112px;
	height: 25px;

	background-color: rgb(163,188,217);
	
	font-family: serif;
	font-size: 14px;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255,255,255);

	z-index: 2;
}

div.linkbox:hover {
	color: rgb(255,255,255);

	background-color: rgb(33,73,117);
}

div.pageon {
	color: rgb(255,255,255);

	background-color: rgb(33,73,117);
}

div.toproom {
	text-align: center;
	
	margin-top: 5px;
}

div.box1 {
	left: 218px;
}

div.box2 {
	left: 331px;
}

div.box3 {
	left: 442px;
}

div.box4 {
	left: 555px;
}

div.box5 {
	left: 668px;
}

div.box6 {
	left: 781px;
}

a.menu:link {
	color: rgb(0,0,0);
	text-decoration: none;
}

a.menu:active {
	color: rgb(255,255,255);
	text-decoration: none;
}

a.menu:visited {
	color: rgb(0,0,0);
       	text-decoration: none;
}

a.menu:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}


