﻿ #cssmenu ul,
    #cssmenu li,
    #cssmenu span,
    #cssmenu a {
      margin: 0;
      padding: 0;
      position: relative;
    }
    #cssmenu:after,
    #cssmenu ul:after {
      content: '';
      display: block;
      clear: both;
    }
    #cssmenu a {
      color: #ffffff;
      display: inline-block;
      font-family: Helvetica, Arial, Verdana, sans-serif;
      font-size: 12px;
      min-width: 35px;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 -1px 0 #3D4651;
    }
    #cssmenu ul {
      list-style: none;
    }
    #cssmenu > ul > li {
      float: left;
    }
    #cssmenu > ul > li.active a {
      background: #6E7782 url(images/grad_dark.png) repeat-x left bottom;
      background: -moz-linear-gradient(top, #6E7782 0%, #515A65 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6E7782), color-stop(100%, #515A65));
      background: -webkit-linear-gradient(top, #6E7782 0%, #515A65 100%);
      background: -o-linear-gradient(top, #6E7782 0%, #515A65 100%);
      background: linear-gradient(to bottom, #6E7782 0%, #515A65 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#6E7782', endColorstr='#515A65', GradientType=0);
      box-shadow: inset 0 0 10px #515A65, inset 0 10px 10px #515A65;
      -moz-box-shadow: inset 0 0 10px #515A65, inset 0 10px 10px #515A65;
      -webkit-box-shadow: inset 0 0 10px #515A65, inset 0 10px 10px #515A65;
      filter: none;
    }
    #cssmenu > ul > li.active a:hover {
      background: -moz-linear-gradient(top, #6E7782 0%, #515A65 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6E7782), color-stop(100%, #515A65));
      background: -webkit-linear-gradient(top, #6E7782 0%, #515A65 100%);
      background: -o-linear-gradient(top, #6E7782 0%, #515A65 100%);
      background: linear-gradient(to bottom, #6E7782 0%, #515A65 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#6E7782', endColorstr='#515A65', GradientType=0);
      filter: none;
    }
    #cssmenu > ul > li a {
      box-shadow: inset 0 0 0 1px #949DA8;
      -moz-box-shadow: inset 0 0 0 1px #949DA8;
      -webkit-box-shadow: inset 0 0 0 1px #949DA8;
      background: #515A65 url(images/grad_dark.png) repeat-x left top;
      background: -moz-linear-gradient(top, #949DA8 0%, #7A838E 50%, #6C7580 51%, #828B96 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #949DA8), color-stop(50%, #7A838E), color-stop(51%, #6C7580), color-stop(100%, #828B96));
      background: -webkit-linear-gradient(top, #949DA8 0%, #7A838E 50%, #6C7580 51%, #828B96 100%);
      background: -o-linear-gradient(top, #949DA8 0%, #7A838E 50%, #6C7580 51%, #828B96 100%);
      background: linear-gradient(to bottom, #949DA8 0%, #7A838E 50%, #6C7580 51%, #828B96 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#949DA8', endColorstr='#828B96', GradientType=0);
      border-bottom: 1px solid #67707B;
      border-top: 1px solid #67707B;
      border-right: 1px solid #67707B;
      line-height: 34px;
      padding: 0 35px;
      filter: none;
    }
    #cssmenu > ul > li a:hover {
      background: #949DA8 url(images/grad_dark.png) repeat-x left bottom;
      background: -moz-linear-gradient(top, #6E7782 0%, #515A65 50%, #444E59 51%, #5C6570 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6E7782), color-stop(50%, #515A65), color-stop(51%, #444E59), color-stop(100%, #5C6570));
      background: -webkit-linear-gradient(top, #6E7782 0%, #515A65 50%, #444E59 51%, #5C6570 100%);
      background: -o-linear-gradient(top, #6E7782 0%, #515A65 50%, #444E59 51%, #5C6570 100%);
      background: linear-gradient(to bottom, #6E7782 0%, #515A65 50%, #444E59 51%, #5C6570 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#949DA8', endColorstr='#828B96', GradientType=0);
      filter: none;
    }
    #cssmenu > ul > li:first-child a {
      border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px;
      border-left: 1px solid #67707B;
    }
    #cssmenu > ul > li:last-child a {
      border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0 5px 5px 0;
    }
    #cssmenu li:hover ul {
      display: block;
    }
    #cssmenu li ul {
      display: none;
      position: absolute;
      top: 36px;
      left: -1px;
      min-width: 100%;
      text-align: center;
      /* IE7 */    
      *width: 100%;
    }
    #cssmenu li ul li {
      text-align: center;
    }
    #cssmenu li ul li a {
      border-top: 0 none;
      border-left: 1px solid #67707B;
      display: block;
      line-height: 120%;
      padding: 9px 5px;
      text-align: center;
    }