@charset "Shift_JIS";
.BarClass{
	color: green;
	width: 100%;
}
.LabelClass{
	color: white;
	width: 150px;
	cursor: pointer;
	overflow: visible;
}
.PulldownClass{
	color: yellow;
	background-color: orange;
	text-decoration: none;
	width: 250px;
	height: 0em;
	display: block;
	overflow: visible;
}

ul li ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: yellow;
	display: none;
	text-align: center;
}
ul li li{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: yellow;
	border-bottom-color: yellow;
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: yellow;
	background-color: orange;
	color: yellow;
}
ul li:hover ul{
	display: block;
	position: absolute;
	border-style: none;
	border-color: yellow;
	overflow: visible;
}