body {
	SCROLLBAR-FACE-COLOR: #ffffff
}

.popmenu {
	z-index:64;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 24;
	left: 0;
	font-weight: normal;
	background-color: white;
	border: solid 1px #7d6070;
}

.menuitem {
	float: left;
	position: relative;
	width: 91;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6070;
	border-width: 0px 0;
}

.menuitem a {
	display: block;
	font-weight: bold;
	color: #066;
	padding: 0.2em 10px;
	text-decoration: none;
	border: 0px solid #7d6070;
}

.menuitem a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6070;
	border-width: 0 5px 0 5px;
	background-color: #bdc0e0;
	text-decoration: none;
}

:hover .popmenu, .over .popmenu {
	display: block;
}

.probe {
	position: absolute; 
	top: 128px;
}