#navi {
	position:absolute;
	top:190px;
	background: #555;
	width:100%;
	height:20px;
	border-radius:10px;
	font-family: sans-serif;
	font-size:14px;
}

#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
        behavior: url("csshover.htc");/* IE6 */
}

#navi ul a {
        color: #fff;
        text-decoration: none;
        background: #666;
}

#navi ul a:hover {
        background: #999;
}

#navi ul li {
        width: 142px;
        font-weight: bold;
        line-height: 1.6em;
        float: left;
}

#navi ul li.line {
        border-left:none;
}

#navi ul li a {
        display: block;
        height: 100%;
        text-align: center;
}

#navi ul li ul li a {
	border-bottom:1px solid #999;
}

#navi ul li ul li {
        margin: 0;
        font-weight: normal;
        border-left:none;
        border-bottom:none;
        position:relative;
        float: none;
}

/* OFF */
#navi ul li ul {
        display: none;
}

/* ON */
#navi ul li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
