﻿@charset "utf-8";

/*megaMenu Settings*/
/*-----------------------------------------------*/
#gnav #gWrap ul li.megaMenu{
	position	:	relative;
}
#gnav .megaMenuWrap{
	width	:	960px;
	height	:	0px;
	position	:	absolute;
	left	:	0px;
	z-index	:	1000;
	display	:	none;
	overflow	:	hidden;
}
#gnav .megaMenuWrap.topPos{
	top	:	0px;
}
#gnav .megaMenuWrap.bottomPos{
	top	:	60px;
}

/*-----------------------------------------------*/
#gnav .megaMenuInner{
	height	:	250px;
	padding	:	25px;
	background-image	:	url("../images/nav/megaMenu/bg.png");
}
#gnav .megaMenuInner h3.menuTitle{
	margin	:	0px 0px 15px 0px;
	font-size	:	18px;
	font-weight	:	bold;
	color	:	#fff;
}
#gnav .megaMenuInner h3.menuTitle a{
	width: auto;
	height	:	auto;
	overflow	:	visible;
	display:block;
}

#gnav .megaMenuInner .menuListWrap{
	width	:	100%;
	overflow	:	hidden;
}
#gnav .megaMenuInner .menuListWrap h4{
	margin	:	10px 0px;
	font-size	:	16px;
	font-weight	:	bold;
	color	:	#fff;
}
#gnav .megaMenuInner .menuListWrap ul{
	width	:	920px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left center;
	background-color	:	transparent;
}
#gnav .megaMenuInner .menuListWrap ul li{
	width	:	230px;
	height	:	40px;
	margin-bottom	:	10px;
	float	:	left;
}
#gnav .megaMenuInner .menuListWrap ul li a{
	width	:	220px;
	height	:	40px;
	display	:	block;
}
#gnav .megaMenuInner .menuListWrap ul li a:hover img{
	margin-top	:	0px;
}

