ul,li	{ margin:0; padding:0; }
#globalNavi	{ background: url(image/navi.jpg) repeat-x; margin-bottom:5px; }

#nav { width: 960px; margin: 0 auto; /*position: relative;*/ /position: relative; line-height:1; text-align: left; z-index:10; }
#nav li { list-style: none; float: left; position: relative; }

#nav ul { display: none; position: absolute; top: 43px; left: 2px; }
* html #nav ul { line-height: 0; }
#nav ul li { float: none; }

#nav ul { width: 200px; }
#nav ul ul { top: 0; left: 121px; }
#nav ul a { 
	display: inline-block;
	width: 140px;
	background-color:#73CF27;
	background-image: url(../img/bg_arrow03.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 10px 0 10px 24px;
	color: #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
	text-decoration: none;
}
#nav ul a.hover {
	background-color:#97DC5F;
	background-image: url(../img/bg_arrow03.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}


