div#navi {
  width:801px;
  display:block;
  clear:both;
  border:0px;
  border-top:1px solid #6cc8dd;
  border-right:1px solid #6cc8dd;
  height:1.8em;
  line-height:2em;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size:8pt;
	z-index:99;
}

#navi a {
  display:block;
  text-decoration:none;
}

#navi a:hover {
  background-color:#6cc8dd;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display:block;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 113px;
  text-align:center;
  border-left:1px solid #6cc8dd;
  z-index:500;
}

ul li ul a {
 border-bottom:1px solid #6cc8dd;
 border-right:1px solid #6cc8dd;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.8em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}



a.menu_lv_3 {
  text-align: left;
  background-color: #e0f9fe;
  padding-left:20px;
  width:150px;
}

a.menu_lv_2 {
  text-align: left;
  background-color: #aae6f1;
  padding-left:10px;
  width:150px;
}

li>a.menu_lv_3 {
  width:130px;
}

li>a.menu_lv_2 {
  width:140px;
}
