@charset "UTF-8";
#navibace {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */


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

#navi ul a {
	color: #fff;
	text-decoration: none;
	padding-top: 0px;
}

#navi ul a {
	background-color: #00B0EC;
}

#navi ul a:hover {
	background-color: #2ACEFF;
}

#navi ul li {
	width: 160px;
	font-weight: bold;
	line-height: 2em;
	float: left;
	font-size: 14px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#navi ul li.line {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}

#navi ul li a {
	display: block;
	height: 100%;
	font-size:90%;
	text-align: center;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi ul li ul li a {
	font-size:10px;
	line-height: 3em;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	background-color: #00B0EC;
}

#navi ul li ul li a:hover {
	background-color: #2aceff;
}

#navi ul li ul li {
	margin: 0;
	font-weight: normal;
	position:relative;
	left:-1px;
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}



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

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