#menu
{
	width: 550px;
	position: relative;
	height: 55px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu > div
{
	height: 100%;
	line-height: 55px;
	position: absolute;
}

#menu-title
{
	margin-top: auto;
	margin-bottom: auto;
	height: 25px;
	width: 120px;
	text-align: right;
	padding-right: 6px;
}

#menu-title > hr
{
	display: inline;
	width: 1px;
	border: none;
	border-right: 1px solid black;
	padding-left: 6px;
}

#menu-subtitle
{
	left: 126px;
}

#menu-retractor
{
	left: 132px;
	height: 100%;
	opacity: 0;
}

#menu-retractor > div
{
	position: absolute;
	width: 16.67%;
	text-align: center;
}


#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;
}

