.sitemenu
{
	position: absolute;
	border: 1px solid transparent;
	z-index: 100;
}

.sitemenu div
{
	position: absolute;
	line-height: 25px;
	min-width: 45px;
	text-align: center;
	color: #888;
	z-index: 101;
}

.sitemenu > div.label
{
	border-right: 1px solid black;
	font-weight: bold;
	width: 114px;
	text-align: left;
	color: inherit;
}

.sitemenu > div.menu
{
	left: 115px;
	width: 315px;
	height: 25px;
	z-index: 101;
}


#navbox
{
	position: absolute;
	top: 305px;
	left: 575px;
	width: 150px;
	height: 200px;
}

.navtable
{
	border-collapse: collapse;
	width: 60px;
	height:20px;
}

.navtable td
{
	text-align: center;
	font-size: 16px;
}

.navtable td:hover
{
	color: black;
	cursor: pointer;
}
