/***** Check the bottom of this file for classes that apply to non icon related menus *****/

/***** The rest is for the mega menu */
ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 14px;
}

ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
}

ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
}

ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 50px;
	left: 0;
	z-index: 99999;
	background: #344C00 url(../../images/interface/mega-menu-bg.jpg) repeat-x;

	/*--Background gradient--*/
	padding: 15px 0px 0px 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; /*--Hidden for those with js turned off--*/
}

ul#topnav li .row {
	/*--If needed to break out into rows--*/
	clear: both;
	float: left;
	margin-bottom: 10px;
}

ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul#topnav .sub ul li {
	/*--Override parent list item--*/
	color: #FFFFFF;
}

ul#topnav .sub ul li h2 {
	/*--Sub nav heading style--*/
	padding: 0px;
	margin: 0px;
	font-size: 14px;

}

ul#topnav .sub ul li h2 a {
	/*--Sub nav heading link style--*/
	background-image: none;
	margin: 0px 0px 0px 70px;
	line-height: 50px;
	color: #FFFFFF;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

ul#topnav .sub ul li p {
	text-align: justify;
}

ul#topnav .sub ul li a:hover {
	color: #DDDDDD;
	background-position: 5px 12px; /*--Override background position--*/
}

ul#topnav .sub .menu-icon {
	float: left;
	margin: 0px 5px 0px 0px;

}

.regular li {
	padding: 0px 0px 10px 0px !important;
}

/*--Revised Dropdowns Use Single Background Image--*/

.product_dropdown {
	background-image: url(../../images/interface/product_background.png);
	background-repeat: no-repeat;
	width: 422px;
	height: 176px;
	padding-bottom: 20px;
}

.food_service_dropdown {
	background-image: url(../../images/interface/food_service_background.png);
	background-repeat: no-repeat;
	width: 422px;
	height: 108px;
	padding-bottom: 20px;
}

.sub-1col {
	float: left;
	width: 200px;
}

.sub-2col {
	float: left;
	width: 200px;
	padding-left: 10px;
}
