.nav_wrap{
position: absolute;
width: 100%;
z-index:100;
background: -moz-linear-gradient(top,  rgba(86,10,31,1) 0%, rgba(43,18,50,0.42) 58%, rgba(43,18,50,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,10,31,1)), color-stop(58%,rgba(43,18,50,0.42)), color-stop(100%,rgba(43,18,50,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(86,10,31,1) 0%,rgba(43,18,50,0.42) 58%,rgba(43,18,50,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(86,10,31,1) 0%,rgba(43,18,50,0.42) 58%,rgba(43,18,50,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(86,10,31,1) 0%,rgba(43,18,50,0.42) 58%,rgba(43,18,50,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(86,10,31,1) 0%,rgba(43,18,50,0.42) 58%,rgba(43,18,50,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#560a1f', endColorstr='#002b1232',GradientType=0 ); /* IE6-9 */
}
nav select{
display:none;
}
nav {
    position: relative;
    z-index: 99;
}
.menu select{	
	display:none;
}
.nav_wrap .menu{
	float:right;
	list-style:none;
}
.nav_wrap .menu > li > ul{
	margin-top:0px;
}
.nav_wrap div.menu{
    margin: -10px 0 0;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul {
    float: left;
    display: block;
    list-style: none outside none;
    position: relative;
    z-index: 99;
    margin:0;
}
.menu > ul {
    border-bottom: 7px solid rgba(000,000,000,.3);
    border-radius: 0px 0px 7px 7px;
}

.menu > ul:before {
   border-color: rgba(0, 0, 0, 0) #B20000 -moz-use-text-color rgba(0, 0, 0, 0);
    border-style: solid solid none;
    border-width: 10px 11px 0 0;
    clear: both;
    content: "";
    display: block;
    height: 0;
    left: -11px;
    position: absolute;
    top: 0px;
    width: 0;
    opacity: 0.8;
}
.menu > ul:after {
    border-color: rgba(0, 0, 0, 0) #DB0007;
    border-style: solid;
    border-width: 10px 0 0 11px;
    clear: both;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -11px;
    top: 0px;
    width: 0;
    opacity: 0.8;
}


.menu > ul  > li {
    float: left;
    margin-top: 0;
    position: relative;

}
.menu > ul > li > a {
    border-left: 1px solid rgba(000, 000, 000, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    display: block;
    padding: 17px 20px;
    text-decoration: none;
}
.menu > ul > li > a:last-child {
    border-right: 0 none;
}

.main-links.menu-item-has-children > a {
    padding-right: 36px !important;
}
.menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	width:205px;
	}

.menu ul ul li {
	float: none;
	 position: relative;
	 border-bottom:1px solid rgba(127,127, 127, 0.3);
}
.menu ul ul li a {
    color: #333;
    display: block;
    padding: 8px 20px;
    text-align: left;
	font-size:13px;
	background-color:#fff;
	line-height: 18px;

}
.menu ul ul li a:hover {
	color:#F54325;
}
.menu ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	width:140px;
}
.menu ul > li.main-links:last-child a{
border-right:0px!important;
}
.menu > ul > li:last-child  > a{
border-right:none!important;
}
.menu ul  li:first-child  > a{
border-left:0px!important;
}
.menu ul  li ul li:last-child , .menu ul  li ul li ul li:last-child {
border-bottom:none!important;
background-color:#ccc;
}
.menu > li.current-menu-item > a, .menu > li.current_page_item > a, .menu > ul  > li:hover > a
{
  background-color:#f54325;
color:#fff;
-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.menu > li.current-menu-item > a, .menu > li.current_page_item > a, .menu > ul > li:hover > a {
    background-color: #1ABC9C !important;
}