/*** dropdown ***/

#menu-menutop {
	position: relative;
}

#menu-menutop ul {
	position: absolute !important;
	left: 5px !important;
	top: 19px !important;
	border: 0px !important;
	border-bottom: none !important;
	width: 170px !important;
	padding: 15px 15px 15px 15px !important;
	margin: 0px !important;
	list-style: none !important;
	list-style-image:none;
	display: none !important;
	z-index: 1001 !important;
	background: #fff !important; /* menu background */
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	border-top: 3px solid #f97949 !important;
}
#menu-menutop ul li ul, #menu-menutop ul li li ul, #menu-menutop ul li li li ul, #menu-menutop ul li li li li ul {
	left: 190px !important;
	top: 10px !important;
}

#menu-menutop ul li {
	width: 100% !important;
	border-bottom: 0px !important;
	font-size: 1px !important;
    line-height: 1px !important;
	font-size: 1px !important;
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	float: none !important;
}

#menu-menutop li:hover {
	position: relative !important;
}

#menu-menutop ul a {
	width: auto !important;
	height: auto !important;
	display: block !important;
	color: #2d3e50 !important; /* menu color */
	font-size: 13px !important;
	line-height: 13px !important;
	background: none !important;
	text-align: left !important;
	padding: 7px 0px 7px 0px !important;
	border-bottom: 0px !important;
}
#menu-menutop ul li a:hover {
	text-decoration: none !important;
}

#menu-menutop ul li.menu-item-has-children a {
	background-image: url(images/dropdown_arrow.png) right 10px no-repeat !important; /* dropdown arrow */
}
#menu-menutop ul a:before {
/*	
	top: 10px !important;
	left: 4px !important;
	*/
}

#menu-menutop ul li.current-menu-ancestor a, #menu-menutop ul li.current-menu-item a {
	color: #f97949 !important; /* menu color selected */
}
#menu-menutop ul li:not(.current-menu-item) a {
	color: #2d3e50 !important; /* menu color */
}

#menu-menutop ul li.menu-item-has-children.current-menu-ancestor a, #menu-menutop ul li.menu-item-has-children.current-menu-item a {
	background: url(images/dropdown_arrow_on.png) right 0px no-repeat !important; /* dropdown arrow selected */
}
#menu-menutop ul li:not(.current-menu-ancestor):not(.current-menu-item).menu-item-has-children a {
	background: url(images/dropdown_arrow.png) right 0px no-repeat !important; /* dropdown arrow */
}

#menu-menutop ul li a:hover {
	color: #f97949 !important; /* menu color selected */
	text-decoration: none !important;
}
#menu-menutop ul li.menu-item-has-children a:hover {
	color: #f97949 !important; /* menu color selected */
	background: url(images/dropdown_arrow_on.png) right 5px no-repeat !important; /* dropdown arrow selected */
}

#menu-menutop ul li.menu-item-has-children:not(.current-menu-ancestor):hover a,
#menu-menutop ul li:hover li.menu-item-has-children:not(.current-menu-ancestor):hover a,
#menu-menutop ul li:hover li:hover li.menu-item-has-children:not(.current-menu-ancestor):hover a,
#menu-menutop ul li:hover li:hover li:hover li.menu-item-has-children:not(.current-menu-ancestor):hover a,
#menu-menutop ul li:hover li:hover li:hover li:hover li.menu-item-has-children:not(.current-menu-ancestor):hover a {
	color: #f97949 !important; /* menu color selected */
	background: url(images/dropdown_arrow_on.png) right 5px no-repeat !important; /* dropdown arrow selected */
}
#menu-menutop ul li:not(.current-menu-ancestor):hover li.menu-item-has-children a,
#menu-menutop ul li:hover li:not(.current-menu-ancestor):hover li.menu-item-has-children a,
#menu-menutop ul li:hover li:hover li:not(.current-menu-ancestor):hover li.menu-item-has-children a,
#menu-menutop ul li:hover li:hover li:hover li:not(.current-menu-ancestor):hover li.menu-item-has-children a {
	color: #2d3e50 !important; /* menu color */
	background: url(images/dropdown_arrow.png) right 5px no-repeat !important; /* dropdown arrow */
}

/* dropdown arrow on main menu */
#menu-menutop > li.menu-item-has-children a {
	background: url(images/dropdown_arrow.png) right 5px no-repeat; /* dropdown arrow */
}
/* dropdown arrow selected on main menu */
#menu-menutop > li.menu-item-has-children:hover a/*, #menu-menutop > li.menu-item-has-children.current-menu-ancestor a, #menu-menutop > li.menu-item-has-children.current-menu-item a*/ {
	background: url(images/dropdown_arrow_on.png) right 5px no-repeat; /* dropdown arrow selected */
}

/************* do not edit *************/

#menu-menutop:hover li ul,
#menu-menutop:hover li:hover li ul,
#menu-menutop:hover li:hover li:hover li ul,
#menu-menutop:hover li:hover li:hover li:hover li ul
{
	display: none !important;
}

#menu-menutop:hover ul,
#menu-menutop:hover li:hover ul,
#menu-menutop:hover li:hover li:hover ul,
#menu-menutop:hover li:hover li:hover li:hover ul,
#menu-menutop:hover li:hover li:hover li:hover li:hover ul
{
	display: block !important;
}

/************* end *************/