@charset "utf-8";
#menu1 {
	text-align: center;
}
.top  {
	float: left;
	background-color: #CCFF66;
	width: 150px;
}
.top a {
	font-size: 16px;
	vertical-align: middle;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#menu1 li   {
	list-style-type: none;
	z-index: 1040;
}
#menu1 ul ul {
	position: absolute;
	left: -999em;
	top: -99em;
	background-color: #F7FFD6;
	border: 1px solid #999999;
}
#menu1 ul ul li{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#menu1 li:hover{
	position:relative;
	background-color: #FFFF99;
}
#menu1 li:hover>ul {
	top: 99%;
	left: -1px;
	width: 100%;
}
#menu1    .top    .same:hover  > ul{
	left: 99%;
	top: -13em;
}
#menu1 .top .first {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#menu1   li   a  {
	display: block;
	text-decoration: none;
	text-align: center;
	height: 1em;
	color: #0000FF;
}

