ul.mega-menu {list-style:none;}

/* Mega Menu Styles */
.mega-menu ul, 
.mega-menu ul li {
	list-style: none;
}
.mega-menu ul {
	margin: 0;
	padding: 0;
	position: relative;
}
.mega-menu ul li ul {
	display: none;
}
.mega-menu .sub {
	display: none;
}
.mega-menu .sub ul {
	display: block;
}

/* skin css */
#global-nav ul {font: normal 13px Arial, sans-serif; line-height: 16px;}
ul.mega-menu, ul.mega-menu, ul.mega-menu li {margin: 0; padding: 0; border: none;}
ul.mega-menu {
	width: 980px;
	height: 50px;
	position: relative;
}
ul.mega-menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
ul.mega-menu li a {
	font-size: 0px;
	line-height: 0%;
	float: left;
	display: block;
}
ul.mega-menu li a.gnavi_home,
ul.mega-menu li a.gnavi_places,
ul.mega-menu li a.gnavi_suggested,
ul.mega-menu li a.gnavi_plan,
ul.mega-menu li a.gnavi_japanindepth {
	background-image: url(../img/gnavi.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
	margin-right: 1px;
	height: 50px;
}
ul.mega-menu li a.gnavi_home {
	background-position: -5px 0px;
	width: 115px;
}
ul.mega-menu li a.gnavi_places {
	background-position: -121px 0px;
	width: 215px;
}
ul.mega-menu li a.gnavi_suggested {
	background-position: -337px 0px;
	width: 215px;
}
ul.mega-menu li a.gnavi_plan {
	background-position: -553px 0px;
	width: 215px;
}
ul.mega-menu li a.gnavi_japanindepth {
	background-position: -769px 0px;
	width: 215px;
}
ul.mega-menu li a.dc-mega {
	position: relative;
}
ul.mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 37px;
	left: 104px;
	width: 8px;
	height: 6px;
	background: url(../img/gnavi_arrow.png) no-repeat 0 0;
}
ul.mega-menu li.mega-hover a, ul.mega-menu li a:hover {
}
ul.mega-menu li a.gnavi_home:hover {
	background-image: url(../img/gnavi.png);
	background-position: -5px -50px;
	background-repeat: no-repeat;
}
ul.mega-menu li.mega-hover a.gnavi_home {
	background-image: url(../img/gnavi.png);
	background-position: -5px -100px;
	background-repeat: no-repeat;
}
ul.mega-menu li a.gnavi_places:hover {
	background-image: url(../img/gnavi.png);
	background-position: -121px -50px;
	background-repeat: no-repeat;
}
ul.mega-menu li.mega-hover a.gnavi_places {
	background-image: url(../img/gnavi.png);
	background-position: -121px -100px;
	background-repeat: no-repeat;
}
ul.mega-menu li a.gnavi_suggested:hover {
	background-image: url(../img/gnavi.png);
	background-position: -337px -50px;
	background-repeat: no-repeat;
}
ul.mega-menu li.mega-hover a.gnavi_suggested {
	background-image: url(../img/gnavi.png);
	background-position: -337px -100px;
	background-repeat: no-repeat;
}
ul.mega-menu li a.gnavi_plan:hover {
	background-image: url(../img/gnavi.png);
	background-position: -553px -50px;
	background-repeat: no-repeat;
}
ul.mega-menu li.mega-hover a.gnavi_plan {
	background-image: url(../img/gnavi.png);
	background-position: -553px -100px;
	background-repeat: no-repeat;
}
ul.mega-menu li a.gnavi_japanindepth:hover {
	background-image: url(../img/gnavi.png);
	background-position: -769px -50px;
	background-repeat: no-repeat;
}
ul.mega-menu li.mega-hover a.gnavi_japanindepth {
	background-image: url(../img/gnavi.png);
	background-position: -769px -100px;
	background-repeat: no-repeat;
}
ul.mega-menu li a:hover .dc-mega-icon {
	background-position: 0 -6px;
}
ul.mega-menu li.mega-hover a .dc-mega-icon {
	background-image: url(../img/gnavi_arrow_sub.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	left: -1px;
	top: 50px;
	width: 217px;
	height: 10px;
	z-index: 500 ! important;
}
ul.mega-menu li .sub-container {
	margin-top: 4px;
	position: absolute;
	z-index: 10 ! important;
}
ul.mega-menu li .sub {
	background-color: #fff;
	background-image: url(../img/bg_sub_top.png);
	background-repeat: repeat-x;
	margin: 0 ! important;
	padding: 10px 0 0 0 ! important;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	-o-box-shadow: 5px 5px 10px #888;
	-ms-box-shadow: 5px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	max-width: 980px;
	overflow: hidden;
	position: relative;
	z-index: 10 ! important;
}
ul.mega-menu li .sub-container {
	margin-top: 4px;
}
ul.mega-menu li .sub {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
*:first-child+html ul.mega-menu li .sub-container {
	margin-top: 10px;
}
*:first-child+html ul.mega-menu li .sub {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
ul.mega-menu li .sub-container.mega .sub {
	position: relative;
	z-index: 10 ! important;
}
ul.mega-menu li .sub li {
	margin: 0 ! important;
	padding: 0 ! important;
}
.row {
/*	border: 1px solid #000;*/
}
ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;}
ul.mega-menu li .sub li {
	list-style: none;
/*	float: none;*/
	width: 245px;
	font-size: 100%;
	line-height: 120%;
}
ul.mega-menu li .sub li.mega-hdr {
	border-right: 1px solid #dcdcdc;
	margin: 5px 0 0 0;
	padding-bottom: 10px ! important;
	float: left;
}
ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;}
ul.mega-menu li .sub span.level2 ,
ul.mega-menu li .sub a {
	display: block;
	float: none;
	font-size: 100%;
	line-height: 120%;
}
ul.mega-menu li .sub li.mega-hdr span.level2 ,
ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	font-weight: bold;
	color: #b41a1d;
	background-image: url(../img/ico_ya_list_gn.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 37px;
	padding: 0px 15px;
	border-bottom: 2px solid #dd2211;
}
ul.mega-menu li .sub li.mega-hdr span.level2 {
	background-image: none;
}
ul.mega-menu li .sub span.level3 {
	display: block;
	float: none;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	padding: 0px 15px;
	margin-top: 10px;
}
.gn_groute {
	width: 245px;
	float: left;
}
ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #b41a1d;}
ul.mega-menu .sub li.mega-hdr ul {
	margin-top: 10px;
}
ul.mega-menu .sub li.mega-hdr li {
	background-image: url(../img/ico_arrow_sub.gif);
	background-position: 15px 7px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
ul.mega-menu .sub li.mega-hdr li a {
	padding: 3px 3px 3px 25px;
	font-size: 90%;
	line-height: 120%;
	font-weight: normal;
}
ul.mega-menu .sub li.mega-hdr li a:hover {
	color: #a32403;
}
ul.mega-menu .sub ul li {padding-right: 0;}
ul.mega-menu li .sub-container.non-mega .sub {
	padding: 0;
	position: relative;
/*	left: -1px;*/
}
ul.mega-menu li .sub-container.non-mega li {/*padding: 0; width: 100px; margin: 0;*/}
ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(../img/arrow_off.png) no-repeat 7px 10px;}
ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(../img/arrow_on.png) no-repeat 7px 10px;}
.mega-unit ul {
	padding-bottom: 10px;
}
.populartags * {
	width: auto;
}
.populartags {
	border-top: 1px solid #ededed;
	background-color: #f9f6f1;
	width: 980px ! important;
}
.populartags span.mega-hdr-a {
	line-height: 30px;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	color: #b41a1d;
	line-height: 37px;
	padding: 0px 15px;
}
.populartags ul {
	margin: 0 auto ! important;
	width: 950px;
	overflow: hidden;
	padding-bottom: 0 ! important;
}
.populartags ul li {
	width: auto ! important;
	float: left ! important;
}
.populartags li a {
	background-color: #fff;
	background-image: none;
	text-align: center;
	border: 1px solid #ece6db;
/*	display: block;*/
	width: auto;
	margin: 0 2px 4px 2px ! important;
	padding: 3px 15px ! important;
	overflow: hidden;
}

