 body {
	background: #fff;
	color: #4f5050;
	margin: 0; padding: 0;
   font-family: Arial;
	font-size: 0.8em;
	text-align:center;
}

#goHome {
  position: absolute;
  top: 88px; 
  left: 685px;
  margin: 0; padding: 0
}
#goHome li a{
  display: block;
  float: left;
  color: #4d4d4d;  
  width: 118px;
  height: 31px;
  line-height: 31px;
  text-align: center;

}

#goHome li a:hover{
  background: url(../images/navHover.gif) no-repeat scroll left top;
  text-decoration: none;
}

.nav_top {
  position: absolute;
  top: 107px; 
  left: 10px;
  margin: 0; padding: 0
}

.nav_top li{
  display: block;  
  margin: 0; padding: 0;
  width: 118px;
  height: 31px; 
  float: left;   
  position: relative;
}

.nav_top li a{
  display: block;
  float: left;
  color: #4d4d4d;  
  width: 118px;
  height: 31px;
  line-height: 31px;
  text-align: center;

}

.nav_top li a:hover, .nav_top li .active{
  background: url(../images/navHover.gif) no-repeat scroll left top;
  text-decoration: none;
}

.nav_top ul {
  position: absolute;
  left: 0; top: 31px;
  margin: 0; padding: 0;  
  z-index: 100;
}

.nav_top ul li {
  width: 180px;
}

.nav_top ul li a{
  display: block;
  float: none;
  color: #4d4d4d;  
  width: 150px;
  height: 32px;
  line-height: 32px;
  padding-left: 30px;
  text-align: left;
  /*background: url(../images/navSub.gif) repeat-x scroll left top;*/
  background: #eeefef url() ;
}

.nav_top ul li a:hover, .nav_top ul li .active{

    background: url(../images/navSubHover.gif) repeat-x scroll left top;
}

.nav_top ul {
    display: none;
}
.nav_top .actOn ul {
    display: block;
}