/* -----------------------------------*/
/* >> Dropdown Navigations <<<-----*/
/* -----------------------------------*/
#custom-navigation {
	margin: 20px 0px 40px 0px;
	padding: 0px;
	float: left;
	width: 100%;
    background: #cedce7; /* Old browsers */

background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Opera11.10+ */

background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */

background: linear-gradient(top, #cedce7 0%,#596a72 100%); /* W3C */
	}
    
#nav li.current_page_item a, #nav li.current_menu_item a {
  background: #606c88; /* Old browsers */

background: -moz-linear-gradient(top, #606c88 0%, #0F0D0E 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#0F0D0E)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #606c88 0%,#0F0D0E 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #606c88 0%,#0F0D0E 100%); /* Opera11.10+ */

background: -ms-linear-gradient(top, #606c88 0%,#0F0D0E 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#0F0D0E',GradientType=0 ); /* IE6-9 */

background: linear-gradient(top, #606c88 0%,#0F0D0E 100%); /* W3C */
  color: #fff;
}

#nav {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	float: left;
	position: relative;
	font-size: 1em;
    z-index: 1000 !important;
    width: 100%;
}
#nav ul {
	background: transparent;
}


#nav li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
        text-shadow: 1px 1px 2px #111;
	-moz-text-shadow: 1px 1px 2px #111;
	-webkit-text-shadow: 1px 1px 2px #111;
	}   
#nav li:hover {
	position: relative;
	display: inline-block;
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	}

#nav li li{
	background: url(none)!important;
	padding: 0px!important;
	}

#nav 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 */
#nav li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	font-size: 1em;
	line-height: 28px;
	}
#nav 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;
	}

#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding: 5px 12px 5px 17px;
	margin: 0px;
	float: left;
	background: #444 !important;

	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;
	}
#nav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	background: #555 !important;
	padding: 5px 12px 5px 17px;
	margin: 0px;
	float: left;

	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 */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */
#custom #nav li ul li:hover ul, #custom #nav li ul li.over ul { display: block; } /* The magic */
#custom #nav li ul li ul li:hover ul, #custom #nav li ul li ul li.over ul { display: block !important; } /* The magic */
/* -----------------------------------*/
/* >> End Dropdown Navigations <<<-----*/
/* -----------------------------------*/
#custom #nav 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 #nav 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;
}
