#nav { width: 900px; margin: 0 auto; position: relative; line-height:1; text-align: left; }
#nav li { list-style: none; float: left; position: relative; }

#nav ul { display:none; position:absolute; top:60px; left:0; }
* html #nav ul { line-height:0; }
#nav ul li { float:none; }
#nav ul li a { background-color:#C96441; }/*2階層目以降消える時の背景色*/s

#nav ul { width:150px; top:0px; }
#nav ul li { top:-60px; left:150px; }
#nav ul ul { top:0px; left:150px; }
#nav ul ul li { top:0px; left:0px; }
#nav ul a { 
	display: block;
	width: 138px;
	background:#C96441;
	padding: 6px;
	color: #FFF;
	border-bottom:1px solid #FFF;
	opacity: 1.0;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
}
* html #nav ul a { border-bottom:none; }
#nav ul a.hover { background:#DB9A89; }

#nav #level1 { display:block; background:url(../images/nav-bg-location.png) no-repeat; height:60px; width:150px; text-indent:-9999px; }/*1階層目のメニュー*/