#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 281px;

  color: #ffffff;
}
#cssmenu.align-right {
  float: right;
}

#cssmenu ul li {
  display: block;
  z-index: 1;
  background: #222222;
  /* Old browsers */

background: #565656; /* Old browsers */
background: -moz-linear-gradient(top, #d6d6d6 0%, #565656 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6d6d6 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6d6d6 0%,#565656 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d6d6d6 0%,#565656 100%); /* IE10+ */
background: linear-gradient(to bottom, #d6d6d6 0%,#565656 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
 #cssmenu ul li a.cp_btns:active {
       color:#ffffff;
 }


#cssmenu ul li a{
  display: block;
  padding: 7.5px 40px;
  text-decoration: none;
  font-size: 15pt;
  letter-spacing:1px;

 color:#333333;
  z-index: 3;
}
#cssmenu ul li a:hover{
  color: #ffffff;
  cursor: pointer;
   background: #cc0000; /* Old browsers */
background: -moz-linear-gradient(top, #cc0000 0%, #7c0000 64%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(64%,#7c0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cc0000 0%,#7c0000 64%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cc0000 0%,#7c0000 64%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cc0000 0%,#7c0000 64%); /* IE10+ */
background: linear-gradient(to bottom, #cc0000 0%,#7c0000 64%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#7c0000',GradientType=0 ); /* IE6-9 */

}


