table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
}
#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../images/bg_menu_top.gif) repeat-x;
  xbackground-color: #ecf4f7; 
  float: left;
  width: 100%;
}
#nav li {
  float: left;
  position: relative;
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 120px;
  height: 27px;
  text-align: center;
}
#nav a div{
  padding-top: 7px;
  font: bold 13px Tahoma; 
}
#nav li ul a{
  text-decoration: underline;
  color: #494949;
  text-align: left;
  height: auto;
  padding-left: 10px;
  font: normal 11px Tahoma; 
}
#nav li ul a:hover{
  text-decoration: none;
}
#nav li a{
  background: url(../images/bg_menu_box.gif) repeat-x;
}
#nav li ul {
  display: none;
  position: absolute;
  background: none;
  width: 168px;
  left: 1px;
}
#nav li ul li{
  background: #b1df60;
  padding-top: 2px;
  width: 100%;
}
#nav li li a {
  background: none;
}
#nav li:hover a,
#nav li.jshover a{
  background: url(../images/bg_menu_box_on.gif) repeat-x;
}
#nav li:hover .m_ul,
#nav li.jshover .m_ul{
  background-image: url(../images/u_l_on.gif);
}
#nav li:hover .m_ur,
#nav li.jshover .m_ur{
  background-image: url(../images/u_r_on.gif);
}

#nav li:hover ul,
#nav li.jshover ul {
  display: block;
  z-index: 100;
  /*top: 31px;*/
}
#nav li:hover ul a,
#nav li.jshover ul a{
  background: none;
}

#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}

.menu_tl{
  background: url(../images/menu01.gif) no-repeat;
}
.menu_tr {
  background: url(../images/menu02.gif) 100% 0 no-repeat;
}
#nav li ul li.m_top {
  background: none;
  padding: 0 0;
}
.menu_tc {
  background: #b1df60;
  height: 8px;
}
.menu_bl{
  background: url(../images/menu04.gif) no-repeat;
}
.menu_br {
  background: url(../images/menu03.gif) 100% 0 no-repeat;
}
.m_ul{
  background: url(../images/u_l.gif) no-repeat;
}
.m_ur {
  background: url(../images/u_r.gif) 100% 0 no-repeat;
  height: 27px;
  padding-left: 5px;
  padding-right: 5px;
  -width: 130px;
  width: 120px;
}
.menu_line{
  font-size: 0;
  height: 4px;
  overflow: hidden;
  background: #b1df60;
  clear: both;
}
/*-------------*/

