@charset "utf-8";

#menu
{
	margin: 0;
	padding: 0;	
	font-size: 100%;
	cursor: default;
	list-style-type: none;	
	
}


#menu li
{
	margin:0;
	padding: 0px;	
	list-style-type: none;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;	
	position:relative;
	text-align:center;
	cursor: pointer;
	float: left;
	border-color:#FFF;
	border-style:solid;
	border-width:thin;		
}
#menu ul
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 11PX;
	cursor: default;
	position: absolute;	
}
#menu ul ul
{
	margin: 0;	
	list-style-type: none;
	font-size: 11PX;
	cursor: default;
	position: absolute;	
	visibility: hidden;	
	
	
	
	}

#menu a
{
	display: block;
	cursor: Pointer;
	background-color:#9e84b3;
	color: #e1bdff;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;	
	
}

#menu a:hover
{
	background-color: #9e84b3;
	color: #fff;
	margin-top:0px;
	
	
}

/*--- Drop Down --- */
#menu ul
	{
	list-style:none;
	position: absolute;
	left: -1000em;
	/*background-color: #FFF;---*/
	
	}

#menu ul a{
	white-space:nowrap;
}
#menu li:hover ul{ /* Display the dropdown on hover */
	left:-1px;
	margin-top:0px;
	
	
	
	
}
#menu ul li:hover ul li { /* Display the dropdown on hover */
	left:125px;
	top: -40px;
	visibility: visible;	
	
		
}

.navi-home{
	width:111px;
}
.navi-facility{
	width:140px;
}
.navi-other{
	width:129px;
}