﻿
.Menu-Back
{
  width:175px;
  //background-color:red;
  z-index:30;
  padding:5px 5px;
}
ul {
  margin: 0;
  left:0;
  right:0;
  padding: 0;
  list-style: none;
  z-index:31;
}

.menu a{
  display: block;
  //background: rgba(16, 20, 220, 0.76);
  //background: rgba(115, 120, 208, 0.92);
  /*****************************************************/
  /*background: rgba(73,155,234,1);
  background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
  background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );*/

  
  background-color:whitesmoke;
  background-image: url('images/Back4.jpg');
  background-repeat: repeat;
  /*****************************************************/
  //box-shadow:rgba(0,0,0,0.3) 0 0 5px;
  height: 38px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color:#ffffff ;
  text-decoration: none;
  margin:0 auto;
  left:0;
  right:0;
  text-align:right;
  font-family:'BYekan';
  font-size:18px;
}

.menu > ul {
  width: 195px;
  margin: 0px auto;
  left:0;
  right:0;
  z-index:32;
}

.menu * ul {
  position: absolute;
  left: -6000px;
  top: 0;
  width: 210px;
  z-index:33;
  background: rgba(255, 255, 255, 0.00);
  
}

.menu li {
  position: relative;
  padding-right: 5px;
  //padding-left: 5px;

}

.menu li + li {
  margin-top: 3px;

}

.menu li:hover > ul {
  left: -210px;
}

.menu li:hover > a {
  //border-left: 20px solid #000;
  border-right: 20px solid #000;
  color:white;
  padding-left: 18px;
  border-radius:0px 50px 0 0;
  box-shadow:rgba(0,0,0,0.3) 0 0 5px;
  background: #8f7608;
  /***********************************************/
 
  /***********************************************/
}