div#navigation ul{
	position: relative;
}

#mega_nav_wrapper{
	/* width: 1200px; */
	margin:0px auto;
	position: absolute;
	z-index: 10000;
	clear:both;
	left: 0;
}

/* ****** SP ****** */
@media screen and (max-width: 736px) {
	#mega_nav_wrapper{
		display: none !important;
	}
}/* end of SP */

#mega_nav_wrapper ul li {
	text-indent: 0em;
	float: none;
	line-height: 2em;
}

#mega_nav_wrapper .mega_nav_head ul {
	width: 100%;
}

#mega_nav_wrapper .mega_nav_head{
	position:absolute;
	width: 1903px;
	top:0px;
	display:none;
	color: #050505;
	background: #FFFFFF;
	left: -477px;
	box-shadow: 0px 8px 11px #ccc;
	background-color: white;
}


#navigation #mega_nav_wrapper .mega_nav_head a{
	color: #2E2A2A;
	text-decoration:none;
	padding: 0 10px;
	width: auto;
	height: auto;
	text-indent: 0em;
} 

#navigation #mega_nav_wrapper .mega_nav_parent{
    background-image: url(/common/images/header/header_icon.png);
    background-position: 291px 6px;
    background-repeat: no-repeat;
}


#mega_nav_wrapper .mega_nav_head .col_1,
#mega_nav_wrapper .mega_nav_head .col_2,
#mega_nav_wrapper .mega_nav_head .col_3{
	display:block;
	vertical-align:top;
	float:left;
	font-size: 15px;
}

/* coloumns */

#mega_nav_wrapper .mega_nav_head .col_1{
	width:280px;
	padding: 26px 22px 42px 23px;
	font-size:1.5em;
	margin-left: 471px;
	background-image: url(/common/images/header/header_icon.png);
	background-position: 13px 28px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-indent: 39px;
}

#mega_nav_wrapper .mega_nav_head .col_2{
	width: 310px;
	padding: 10px 0px;
	/* min-height: 270px; */
	border: 1px dashed #CCC;
	border-width: 0px 1px;
}
#g_05 #mega_nav_wrapper .mega_nav_head .col_2,
#g_05 #mega_nav_wrapper .mega_nav_head .col_3{
	min-height: 290px;
}


#mega_nav_wrapper .mega_nav_head .col_2 a{
    padding-left: 10px;
}

#mega_nav_wrapper .mega_nav_head .col_2 li:hover a{
	background-color: #C3EC5B;
}

#mega_nav_wrapper .mega_nav_head .col_3 li:hover a{
	background-color: #A9DA2E;
}

#mega_nav_wrapper li:hover .mega_nav_parent + .col_3{
	display: block;
}

#mega_nav_wrapper .mega_nav_head .col_3{
	width: 320px;
	background-color: #C3EC5B;
	padding: 10px 0px;
	display: none;
	position: absolute;
	top: -10px;
	left: 310px;
	height: 100%;
}


div#navigation>ul>li:hover .mega_nav_head{
	display:block !important;
}


li#g_03 .mega_nav_head .col_2, li#g_03 .mega_nav_head .col_3{
	height : 180px;

}

li#g_04 .mega_nav_head .col_2, li#g_04 .mega_nav_head .col_3{
	height : 520px;

}

body{
overflow-x : hidden;
}

