@charset "utf-8";
/* CSS Document */
ul#topnav {
	margin: 0;
	float:left;
	list-style: none;
	font-size: 1.1em;
	background-image: url(menu-mega-bg.png);
	width: 100%;
	z-index: 999;
	display: block;
	height: 47px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	text-indent: 0px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-image: url(mega-p-a-bg-over.png);
	background-position: bottom;
}
ul#topnav a{
	color: #07080A;
	display: block;
	height: 20px!important;
	font-size: 14px;
	font-weight: bold;
	vertical-align: baseline!important;
	padding-top: 14px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	background-image: url(mega-p-a-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#topnav a.products {

}
ul#topnav a.sale {

}
ul#topnav a.community {

}
ul#topnav a.store {

}


ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	background: #f4ffc2;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index: 999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec728;
	border-bottom-color: #aec728;
	border-left-color: #aec728;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 20px!important;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	background-image: none;
	color: #333;
	font-size: 16px;
	margin-top: -5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	/*height: auto;*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #4D7200;
	font-size: 11px;
	height: auto!important;
	
}
ul#topnav .sub ul li a:hover {
	color: #BCD52F;
	background-position: 5px 12px;
}

