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

/*- horizontal_jq1 -------------------------------- */
ul#menu-jq1 {
	margin: 6px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	clear: both;
	float: left;
	width: 100%;
}
ul#menu-jq1 li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:32px;
}
ul#menu-jq1 a, ul#menu-jq1 span {
	padding: 6px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight:bold; 
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d;
}
ul#menu-jq1 a {
	color: #cc0;
}
ul#menu-jq1 span {
	display: none;
}
