.navi  {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 254px;
	border-top:1px dashed #004E61;
	}

.navi li {
	position: relative;
	border-bottom:1px dashed #004E61;
	}

.navi li ul {
	position: absolute;
	left: 254px;
	top: 0;
	display: none;
	border-left:1px dashed #004E61;
	border-right:1px dashed #004E61;
	}

.navi li a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-family:tahoma;
	background: #fff;
	padding: 5px;
	padding-left: 20px;
	border-bottom: 0;
	}

li:hover ul, li.over ul { 
	display: block; 
      }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul { display: block;}

