/* -----------------------------------*/
/* >> Dropdown Navigations <<<-----*/
/* -----------------------------------*/
#custom-navigation {
    background: none repeat scroll 0 0 #121212;
    float: left;
    left: 0;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    top: 165px;
    width:100%;
    max-width: 744px;
}
#supernav {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	float: left;
	position: relative;
	font-size: 1em;
    z-index: 1000 !important;
    width: 100%;
}
#supernav ul {
	background: transparent;
}
#supernav li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#supernav li:hover {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#supernav li li{
	background-image: none!important;
	padding: 0px!important;
	}
#supernav li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 28px;
	display: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
	}
/* Styles for Menu Items */
#supernav li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	font-size: 1em;
	line-height: 28px;
	}
#supernav li a:hover {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	font-size: 1em;
	line-height: 28px;
	background: #333333;
	}
#supernav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding: 5px 12px 5px 17px;
	margin: 0px;
	float: left;
	background: #000000!important;
	border-bottom: 1px solid #333;
	width: 215px;
	font-size: 1em;
	line-height: 18px;
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	}
#supernav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	background: #333!important;
	padding: 5px 12px 5px 17px;
	margin: 0px;
	float: left;
	border-bottom: 1px solid #000000;
	width: 215px;
	font-size: 1em;
	line-height: 18px;
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
#supernav li:hover ul, #supernav li.over ul { display: block; } /* The magic */
#custom #supernav li ul li:hover ul, #custom #supernav li ul li.over ul { display: block; } /* The magic */
#custom #supernav li ul li ul li:hover ul, #custom #supernav li ul li ul li.over ul { display: block !important; } /* The magic */
/* -----------------------------------*/
/* >> End Dropdown Navigations <<<-----*/
/* -----------------------------------*/
#custom #supernav li ul li ul {
	position: absolute;
	left: 240px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
}
#custom #supernav li ul li ul li ul {
	position: absolute;
	left: 240px; /* Set 1px less than menu width */
	top: 0px;
	display: none !important;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
}
