#contents
{
	position: relative;
	top: 23px;
	left: 0px;
}

#menubar
{
	position: absolute;
	top: 0px;
	z-index: 100;
}

.dmenu,
.menu
{
/*
	position: fixed;
	_position: absolute;
 */
	position: relative;
	/* width: 90px; */
	overflow: hidden;
	padding: 0;	/* must be zero */
	margin: 0;	/* must be zero */
	cursor: default;
	font-size: 12px;
	z-index: 10;
}

.dmenu
{
	color: gray;
}

.mhead
{
	display: block;
	margin: 0;	/* must be zero */
	border: 0;
	padding: 0;
	cursor: default;
}

.imageitem,
.hitem,
.mitem
{
	display: block;
	visibility: hidden; /**/
	margin: 0;	/* must be zero */
	padding: 0 0 0 2px;
	cursor: default;
	color: gray;
}
.mitem
{
	/* width: 86px; */
	background-color: #eeeeee;
}

.hitem
{
	border-width: 1px 0 0 1px;	/* must be zero */
	background-color: #eeeeee;
}

.dtp
{
	display: block;
	width: 100%;
	height: 100%;
}

a.mitem:link { color: black; }
a.mitem:visited { color: black; }
a.mitem:active { color: black; }
a.mitem:hover { color: white; background: #000055;}

a.hitem:link { color: black; }
a.hitem:visited { color: black; }
a.hitem:active { color: black; }
a.hitem:hover { color: white; background: #000055;}

a.dtp:link { color: blue; }
a.dtp:visited { color: blue; }
a.dtp:active { color: blue; }
a.dtp:hover { color: red; }

