#div_menu_1 {	width: 125px;	z-index:100;	position: absolute;	top: 50px;}#div_menu_1 dl {	float: left;	width: 125px;}#div_menu_1 dt {	cursor: pointer;	text-align: center;	color: #FFFFFF;	height: 100px;	bottom: 20px;	vertical-align: 75%;	font-weight: bold;	background-color: #6FE856;}#div_menu_1 dd {	display: none;}#div_menu_1 li {	text-align: center;	background: #FFFFFF;	font-size: 80%;	border-bottom-width: thin;	border-bottom-style: dotted;	border-bottom-color: #006666;}#div_menu_1 li a {	color: #006666;	text-decoration: none;	display: block;	height: 100%;	border: 0 none;	padding: 5px;}#div_menu_1 li a:hover {	background: #CCFFCC;	color: #006666;}#div_menu_1 dt:hover {	cursor: pointer;	text-align: center;	height: 100px;	bottom: 20px;	background-color: #CCFFCC;	color: #006666;}
