/* CSS Document */
.nav {
  height:28px;
  line-height:28px;
  width:963px;
}
.nav dt {
  float:left;
  margin:3px 0;
  width:1px;
  height:22px;
}
.nav dd {
  float:left;
  padding:0 10px;
}
.nav_png {            /* 导航条png图片 */
background:url(images/nav_png.png) top repeat-x;
  height:100%;
}
.nav_color {
  color:#fff;
}
.nav_bgcolor {            /* 导航条背景色 */
  background-color:#000;
}
.head 
{
 /* top:58px;
  margin-bottom:58px;*/
  top:56px;
  margin-bottom:56px;
}
