#dropDownMenu {
  width: 714px;
  float: left;
  display: block;
  padding-left: 60px;  
  margin-top: 10px;
/*  border-top: 1px solid #000;*/
  background-image: url('../img/bgDropdown.jpg');
  background-attachment: scroll;
  background-repeat: repeat-y;
}

#dropDownMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95px;
  float: left;
  text-align: center;
/*  background: #fcef72;*/
/*  background-color: #ffb41c;  */
  margin-right: 10px;
}

#dropDownMenu ul ul {
  float: left;
  text-align: left;
  width: 100%;  
/*  border-bottom: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;*/
}

#dropDownMenu ul ul a {
/*  border: 1px solid #000;*/
/*  background: #ffb41c;*/
  background-image: url('../img/bgDropdown.jpg');
  background-attachment: inherit;
  border-top: none;
}

#dropDownMenu a, #dropDownMenu h2 {
  font: bold 11px/16px arial, helvetica, sans-serif;
  display: block;
  /*border-width: 1px;
  border-style: solid;
  border-color: #ccc #888 #555 #bbb;*/
  margin: 0;
/*  padding: 2px 3px;*/  
}

#dropDownMenu h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 14px !important;
}

#dropDownMenu a:hover{
  background: #FF0000;
  color: #fff;
}

#dropDownMenu a {
  color: #000;
/*  background: #fcef72;*/
/*  background-color: #ffb41c;  */
  width: 97%;
  text-decoration: none;
  padding: 6px 6px;
  margin-right: 5px;
}

#dropDownMenu li {
  position: relative;
  margin-left: 0 !important;
}

#dropDownMenu ul ul {
  position: absolute;
  z-index: 500;
  left: 0;
}

#dropDownMenu ul ul ul {
  top: 0;
  left: 100%;
}

div#dropDownMenu ul ul,
div#dropDownMenu ul li:hover ul ul,
div#dropDownMenu ul ul li:hover ul ul
{display: none;}

div#dropDownMenu ul li:hover ul,
div#dropDownMenu ul ul li:hover ul,
div#dropDownMenu ul ul ul li:hover ul
{display: block;}


#dropDownMenu .active {
  background-color: #f00 !important;
  color: #fff !important;
}
