.animated-dropdown-menu, .animated-dropdown-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.animated-dropdown-menu {
		background: url(../images/bg_menuproduct.png) -18px 0 no-repeat;
	}
	
	.animated-dropdown-menu:before,
	.animated-dropdown-menu:after {
		content: "";
		display: table;
	}
	
	.animated-dropdown-menu:after {
		clear: both;
	}
	
	.animated-dropdown-menu {
		zoom:1;
	}
	
	.animated-dropdown-menu > li{
		border-right:none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.animated-dropdown-menu > li > a {
		padding:0;
		text-shadow:none;
		display:block;
		font-family:"calibrib";
		font-size:16px;
		font-weight:bold;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		line-height:45px;
		padding-left:30px;
		text-align: center;
		position: relative;
	}
	.animated-dropdown-menu li {
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	.animated-dropdown-menu a {
		padding: 12px 30px;
		color: #fff;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
	}
	
	.animated-dropdown-menu li:hover > a {
		color: #fafafa;
	}
	
	*html .animated-dropdown-menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	.animated-dropdown-menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 10;    
		background: #444;
		background: -moz-linear-gradient(#17851c, #17851c);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#17851c), to(#17851c));
		background: -webkit-linear-gradient(#17851c, #17851c);    
		background: -o-linear-gradient(#17851c, #17851c);	
		background: -ms-linear-gradient(#17851c, #17851c);	
		background: linear-gradient(#17851c, #17851c);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	.animated-dropdown-menu ul ul{
			background: #444;
		background: -moz-linear-gradient(#f78f1e, #f78f1e);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f1e), to(#f78f1e));
		background: -webkit-linear-gradient(#f78f1e, #f78f1e);    
		background: -o-linear-gradient(#f78f1e, #f78f1e);	
		background: -ms-linear-gradient(#f78f1e, #f78f1e);	
		background: linear-gradient(#f78f1e, #f78f1e);
	}
	.animated-dropdown-menu > li > ul{
		left: -10px;
		right: -10px;
		overflow: auto;
		max-height: 175px;
	}
	.animated-dropdown-menu > li > ul ul{
		display: none;
	}
	.animated-dropdown-menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	.animated-dropdown-menu ul ul {
		top: 0;
		left: 235px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(234,234,234,.5);
		-webkit-box-shadow: -1px 0 0 rgba(234,234,234,.5);
		box-shadow: -1px 0 0 rgba(234,234,234,.5);		
	}
	
	.animated-dropdown-menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #eaeaea;
		-webkit-box-shadow: 0 1px 0 #eaeaea;
		box-shadow: 0 1px 0 #eaeaea;
	}
	
	.animated-dropdown-menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	.animated-dropdown-menu ul a {    
		padding: 15px 15px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: uppercase;
	}

	.animated-dropdown-menu ul ul a {
		text-transform: none;
	}	
	
	.animated-dropdown-menu ul a:hover {
		background-color: #19b120;
		background-image: -moz-linear-gradient(#19b120,  #19b120);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#19b120), to(#19b120));
		background-image: -webkit-linear-gradient(#19b120, #19b120);
		background-image: -o-linear-gradient(#19b120, #19b120);
		background-image: -ms-linear-gradient(#19b120, #19b120);
		background-image: linear-gradient(#19b120, #19b120);
	}

	.animated-dropdown-menu ul ul a:hover {
		background-color: #f7ae5e;
		background-image: -moz-linear-gradient(#f7ae5e,  #f7ae5e);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f7ae5e), to(#f7ae5e));
		background-image: -webkit-linear-gradient(#f7ae5e, #f7ae5e);
		background-image: -o-linear-gradient(#f7ae5e, #f7ae5e);
		background-image: -ms-linear-gradient(#f7ae5e, #f7ae5e);
		background-image: linear-gradient(#f7ae5e, #f7ae5e);
	}
	
	.animated-dropdown-menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
	}
	
	.animated-dropdown-menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #fff;
	}
	
	.animated-dropdown-menu ul li:first-child a:hover:after {
		border-bottom-color: #f8c301; 
	}
	
	.animated-dropdown-menu ul ul li:first-child a:hover:after {
		border-right-color: #f8c301; 
		border-bottom-color: transparent; 	
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	.animated-dropdown-menu li:hover > .no-transition {
		display: block;
	}
