@charset "utf-8";
/* CSS Document */

dl {
	z-index: 0;
}

dt {
	margin-top: 24px;
	font-weight: bold;
}

dd {
	margin: 12px 8;
}

div#navi {
	position: relative;
	height: 30px;
}
ul#global {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: #9FC;
}
ul#global li {
	list-style: none;
	float: left;
	position: relative;
	width: 120px;
}
ul#global li:hover {
	background: #F96;
}

ul#global li ul {
	display: none;
}
ul#global li:hover ul {
	display: block;
	position: absolute;
	background-color: #CCC;
}