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

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