/* ==================================================================================== 
*
* GENERAL PROPERTIES
*
==================================================================================== */
ul#dsm {
  background: #a3a3a3 url(/templates/voice/images/topmenu.png) top left repeat-x;
  height: 30px;
  width: 100%; /*For KHTML*/
}

/* ==================================================================================== 
*
* ROOT MENU PROPERTIES
*
==================================================================================== */

ul#dsm li {
  border-right: 1px dotted #5f5f5f;
  margin: 0px;
  padding: 0px;
  float: left; /*For Gecko*/
}

ul#dsm ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  border-left: 3px solid #A19B8B;
  border-right: 3px solid #A19B8B;
  border-bottom: 3px solid #A19B8B;
}

ul#dsm ul:after /*From IE 7 lack of compliance*/ {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#dsm ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  /*border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;*/
}

ul#dsm a {
  padding: 0 06px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #d8d3c6;
  font: bold 12px/22px sans-serif, Verdana, Arial, Helvetica;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  line-height: 30px
}

ul#dsm a.top {
  background: url('arrow_h.gif') right 10px no-repeat;
  color: #d8d3c6;
  padding-right:12px
}

ul#dsm a:hover,
ul#dsm li:hover a,
ul#dsm li.iehover a {
  background: #a3a3a3 url(/templates/voice/images/topmenu_over.png);
  color: #FFF;
}

ul#dsm a:hover.top,
ul#dsm li:hover a.top,
ul#dsm li.iehover a.top {
  background: #a3a3a3 url(/templates/voice/images/topmenu_over.png);
  color: #FFF;
  padding-right:12px
}

/* ==================================================================================== 
*
* DROP-DOWN LIST MENU PROPERTIES
*
==================================================================================== */

ul#dsm li:hover li a,
ul#dsm li.iehover li a {
  float: none;
  background: #a3a3a3 url(/templates/voice/images/mostread.png);
  color: #f0ede7;
  line-height: 20px
}

ul#dsm li:hover li a:hover,
ul#dsm li:hover li:hover a,
ul#dsm li.iehover li a:hover,
ul#dsm li.iehover li.iehover a {
  background: #a3a3a3 url(/templates/voice/images/mostread.png);
  color: #FFF;
}

/* ==================================================================================== 
*
* LAST PROPERTIES
*
==================================================================================== */

ul#dsm ul ul,
ul#dsm ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#dsm li:hover ul ul,
ul#dsm li:hover ul ul ul,
ul#dsm li.iehover ul ul,
ul#dsm li.iehover ul ul ul {
  display: none;
}

ul#dsm li:hover ul,
ul#dsm ul li:hover ul,
ul#dsm ul ul li:hover ul,
ul#dsm li.iehover ul,
ul#dsm ul li.iehover ul,
ul#dsm ul ul li.iehover ul {
  display: block;
}
/* uncomment if using okto template or it's modifications */
dsm {overflow:visible}
