@charset "UTF-8";
/* 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: #F3A8B4;
	background-image: url(../img/g_manubk.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#navi ul a:hover {
	background-color: #F3A8B5;
	color: #F3D8D5;
}

#navi ul li {
	width: 140px;
	font-weight: bold;
	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: dotted;
	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: dotted;
	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: #FEF8F8;
	background-image: url(../img/lightpinkbk.gif);
	background-repeat: repeat;
	color: #F3756F;
}

#navi ul li ul li a:hover {
	background-color: #FDB1BE;
	color: #FFFFFF;
	background-image: url(../img/Pinkbk2.gif);
}

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



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

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