#menu ul li {
  list-style: none;
}

#menu ul li a {
  float:           left;
  text-decoration: none;
}
#menu ul li.Depth1  {
  display: block;
}
#menu ul.Depth1 > li a {
  width: 120px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a {
 float:none;
}
/* End IE5-Mac hack */

#root ul, #root ul ul  {
  position: absolute;
  float:    none;
  margin:   8px 0 0 5px;
  display:  none;
}
#root ul ul {
  margin: -28px 0 0 180px;
}

#root ul li,
#root ul ul li {
  width:       180px!important;
  margin:      0;
  line-height: 12	px;
  padding-left:0px;
/*  background:  #C4C4C4; */
  background:  transparent url('./../../images/subNaviBg.png') repeat;
  float:       none;
  clear:       both;
  text-align:  left!important;
  font-size:   10px!important;
  }
#root ul li, #root ul ul li {
 border-top:   1px solid #9A9A9A;
 height: 25px;


}
#root ul li.first, #root ul ul li.first {
  border-top: none;
}
#root ul li.last {
 background:  transparent url('./../../images/subNaviBg.png') repeat;
}

