.dropdown, .sub {
	display: none;
}

#menu ul li:hover .dropdown, .dropdown li:hover .sub {
	display: block;
}

#credit {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	text-decoration: none;
	display: block;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

#credit div {
	padding: 5px 7px;
	font: 10px 'verdana','arial','sans-serif','helvetica';
	color: #ffffff;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	background: #222222;
	background: -moz-linear-gradient(top, #333333 0%, #000000 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(99%,#000000));
	background: -webkit-linear-gradient(top, #333333 0%, #000000 99%);
	background: -o-linear-gradient(top, #333333 0%, #000000 99%);
	background: -ms-linear-gradient(top, #333333 0%, #000000 99%);
	background: linear-gradient(to bottom, #333333 0%, #000000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}

#credit:hover div {
	background: #333333;
	background: -moz-linear-gradient(top, #444444 0%, #000000 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(99%,#000000));
	background: -webkit-linear-gradient(top, #444444 0%, #000000 99%);
	background: -o-linear-gradient(top, #444444 0%, #000000 99%);
	background: -ms-linear-gradient(top, #444444 0%, #000000 99%);
	background: linear-gradient(to bottom, #444444 0%, #000000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000', GradientType=0);
}

#credit u {
	color: #ffffff;
}

#credit:hover u {
	text-decoration: none;
}

#e_wrap {
	/* background-color: #dddddd; */
	background-image: url('/jako_menu_bg.jpg');
	background-repeat: repeat-y;
	overflow: auto;
}