A.menu {
	background-color: transparent;
	color: white;
	text-decoration: none
}
A.menu:active {}
A.menu:hover {text-decoration: underline}
A.menu:link {}
A.menu:visited {}

#logo {
	background-color: transparent;
	color: white;
	left: 20px;
	height: 61px;
	position: absolute;
	top: 32px;
	width: 85px;
	z-index: 1
}
#title {
	background-color: transparent;
	color: white;
	font-size: 24pt;
	font-weight: bold;
	left: 150px;
	height: 40px;
	position: absolute;
	top: 30px;
	width: 300px;
	z-index: 2
}
#panel {
	background-color: transparent;
	color: white;
	left: 120px;
	height: 30px;
	position: absolute;
	text-align: left;
	top: 85px;
	width: 150px;
	z-index: 3
}
#menu {
	background-color: transparent;
	color: white;
	left: 0px;
	height: 250px;
	position: absolute;
	top: 150px;
	width: 100px;
	z-index: 4
}
