.ddsmoothmenu{
width: 100%;
display: none;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
.ddsmoothmenu-v{
display: none;
}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
min-width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
padding:0px 0px;
}
.ddsmoothmenu-v > ul > li{
position: relative; margin:0px 20px;
float: none;
}
.ddsmoothmenu-v > ul > li.multiple > a:after, .ddsmoothmenu-v > ul > li.multiple > ul > li.multiple > a:after {   content: "\f054"; font-family: 'FontAwesome'; position:absolute; left:12px; top:12px; }

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block; font-family: 'NotoKufiArabicRegular', Tahoma, Geneva, sans-serif; font-weight:normal; text-transform:uppercase;
overflow: auto; /*force hasLayout in IE7 */
color: #fcd76e;
text-decoration: none;
padding:12px 12px 12px 14px;
border-bottom: 1px solid #646464; outline:none !important; transition: all 0.5s ease; position:relative;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:; color: #fcd76e;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #fed971; /* Old browsers */
background: -moz-linear-gradient(top,  #fed971 0%, #d29615 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed971), color-stop(100%,#d29615)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fed971 0%,#d29615 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fed971 0%,#d29615 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fed971 0%,#d29615 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fed971 0%,#d29615 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed971', endColorstr='#d29615',GradientType=0 ); /* IE6-9 */
border-radius:0px;
color: #740f16;
border-bottom: 1px solid #C18605; 

}
.ddsmoothmenu-v ul li a:hover{
background: #fed971; /* Old browsers */
background: -moz-linear-gradient(top,  #fed971 0%, #d29615 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed971), color-stop(100%,#d29615)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fed971 0%,#d29615 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fed971 0%,#d29615 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fed971 0%,#d29615 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fed971 0%,#d29615 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed971', endColorstr='#d29615',GradientType=0 ); /* IE6-9 */
border-radius:0px;
color: #740f16 !important; border-bottom: 1px solid #C18605; 

}
.ddsmoothmenu-v ul li a.active{
background: #fed971; /* Old browsers */
background: -moz-linear-gradient(top,  #fed971 0%, #d29615 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed971), color-stop(100%,#d29615)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fed971 0%,#d29615 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fed971 0%,#d29615 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fed971 0%,#d29615 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fed971 0%,#d29615 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed971', endColorstr='#d29615',GradientType=0 ); /* IE6-9 */
border-radius:0px;
color: #740f16; border-bottom: 1px solid #C18605;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute; min-width: 170px;top: 0;font-weight: normal;visibility: hidden; box-shadow:none !important;
 background-color:rgba(0, 0, 0,0.8);}
 
 .ddsmoothmenu-v ul li ul li a{{background: #d29615; /* Old browsers */
background: -moz-linear-gradient(top,  #d29615 6%, #fed971 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#d29615), color-stop(99%,#fed971)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d29615 6%,#fed971 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d29615 6%,#fed971 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d29615 6%,#fed971 99%); /* IE10+ */
background: linear-gradient(to bottom,  #d29615 6%,#fed971 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d29615', endColorstr='#fed971',GradientType=0 ); /* IE6-9 */
}
.ddsmoothmenu-v ul li ui > li{ margin:0px 4px !important;}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

