#jquery-dropmenu, #jquery-dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.7em;
	z-index:300;
	display:inline-block;
	width:100%;
	font-weight:normal;
//* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0 ); /* IE6-9 */
}
#jquery-dropmenu a {
	display:block;
	/*padding:0.25em 1em;*/    padding:12px 15px!important;
	line-height:22px;
	color:#fff;
	font-weight:normal;
	box-shadow: 0px 0px 0px #000!important;
	border-right:1px solid #c8c8c8;
	border-radius:0px;
	text-decoration:none;
	margin:0px;
	letter-spacing:inherit;    border-radius: 7px;
}
#jquery-dropmenu .active a { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(left, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #45484d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #45484d 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-9 */
}
ul#jquery-dropmenu li.last-child a {
	border:none;
	position:relative;
}
#jquery-dropmenu a:hover, ul#jquery-dropmenu li.current-menu-item a {
	color:#fff!important;  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(left, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #45484d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #45484d 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-9 */
}


#jquery-dropmenu li ul li{ float:none;    float: none;
    box-shadow: 0px 0px 8px #000;}
#jquery-dropmenu li ul a {
	height:auto;
	border-bottom:none;border-left:0px;border-right:0px;
}
#jquery-dropmenu li.parent:hover{ background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(left, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #45484d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #45484d 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-9 */}
#jquery-dropmenu li ul li:hover{    background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(left, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #45484d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #45484d 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1 ); /* IE6-9 */}


#jquery-dropmenu li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-size:14px;
	margin: 0px!important;
	margin-bottom: 0px;
}
#jquery-dropmenu ul {
	position:absolute;
	display:none;
	border-radius:0px;
	top:100%;
	left:0px;
}
#jquery-dropmenu ul a {
	border-left:1px solid #c8c8c8;
}
#jquery-dropmenu li ul {
min-width:195px; padding:0px;
}
#jquery-dropmenu li ul a {
	height:auto;
	margin:0px!important;
	border-bottom:1px solid #c8c8c8;
}
ul#jquery-dropmenu .fa {
	display:none;
}
#jquery-dropmenu ul ul {
	top:auto;
	border-radius:0px;
}
#jquery-dropmenu li ul ul {
	left: 100%;
	margin: 0 0 0 0px;
	top:0px;
}
ul#jquery-dropmenu li li.parent>a:after {
	content: "";
	position: absolute;
	top: 40%;
	right: 5px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent!important;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0px solid #fff;

}
ul#jquery-dropmenu li.parent>a:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 6px;
	width: 0;
	height: 0;
	border-top: 4px solid rgba(255, 255, 255, 1);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
ul#jquery-dropmenu ul li:hover > a {
	background-color:transparent!important;
	color:#fff!important;
}
ul#jquery-dropmenu li.menu-item-has-children a:before {
	margin-left: 10px!important;
	margin-right: -2px!important;
	position: absolute!important;
	right: 5px!important;
	top: 12px!important;
}
/*dropdown stasr*/




ul.dropdown a, ul.dropdown a:link, ul.dropdown a:visited {
	text-shadow:0px 0px 0px #000!important
}
