/*Credits: MY ISLAND CSS MENUS */
/*URL: http://myisland.jp/template/menus/index.html */

/*- horizontal_jq2 ---------------------------------- */
ul#menu-jq2 {
	margin: 6px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	clear: both;
	float: left;
	width: 100%;
}
ul#menu-jq2 li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:32px;
}
ul#menu-jq2 a, ul#menu-jq2 span {
	padding: 6px 20px;
	float: left;
	text-decoration: none;
	color: #eee;
	font-weight:bold; 
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background:url(images/bg-jq21.png) repeat-x;
}
ul#menu-jq2 a {
	color: #fff;
	background:url(images/bg-jq20.png) repeat-x;
}
ul#menu-jq2 span {
	display: none;
}