@charset "UTF-8";
/*localMenu*/
.localMenu {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
	height: 45px;
	background: url(img/localbg.gif) repeat-x left top;
}

.localMenu li {
	float: left;
	width: 144px;
	height: 45px;
	background: url(img/btn.gif) no-repeat left top;
	font-size: 75%;
	line-height: 1.2em;
	text-align: center;
}

.localMenu li a {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 15px;
	_padding-top: 8px;
	width: 124px;
	height: 30px;
	line-height: 1.2em;
	background: url(../../common/img/arrow-org.gif) no-repeat left center;
	vertical-align: middle;
}

.localMenu li.active {
	background: url(img/active.gif) no-repeat left top;
}


/*localMenuBtm*/
.localMenuBtm {
	clear: both;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-left: 20px;
	height: 45px;
	background: url(img/localbgb.gif) repeat-x left top;
}

.localMenuBtm li {
	float: left;
	width: 144px;
	height: 45px;
	background: url(img/btnb.gif) no-repeat left top;
	font-size: 75%;
	line-height: 1.2em;
	text-align: center;
}

.localMenuBtm li a {
	display: block;
	margin-left: 10px;
	padding-top: 15px;
	_padding-top: 8px;
	width: 124px;
	height: 30px;
	line-height: 1.2em;
	background: url(../../common/img/arrow-org.gif) no-repeat left center;
	vertical-align: middle;
}

.localMenuBtm li.active {
	background: url(img/activeb.gif) no-repeat left top;
}

