
div.bgColor40 {
  height:25px;
  background: url(/images/bg/black.40.png);
}

div.register {
  height:25px;
  padding-top:95px;
}

div.register ul.registerMenu {
  background-image:url(/images/bg/black.40.png);
  overflow:hidden;
  height:25px;
  margin:0px;
  padding:0px 0px 0px 0px;
}

div.register div.sysMenu ul.registerMenu {
  float:right;
  margin:0px;
  padding:0px;
  width:140px;
  float:right;
}

div.register ul li {
  float:left;
  background:none;
  margin:0px;
  padding:0px;
}

div.register ul.sysMenu li {
  text-align:right;
}


div.register ul li a,
div.register ul li a:link,
div.register ul li a:visited
{
  opacity:.7;  
  color: #ffffff;
  display:block;
  float:left;
  font-size:.9em;
  font-weight:bold;
  margin:0px 0px 0px 1px;
  padding:5px 18px 7px 16px;
  background:url(/images/tpl/lvl3.a.png) no-repeat center 6px;

}

div.register ul li a {
  background-repeat:no-repeat;
  background-position:right 11px;
}

div.register ul li.active a {
  background-repeat:no-repeat;
  background-position:right 11px;
}

div.register ul li.active {
  color:#ffffff;
}

div.register ul li a:hover,
div.register ul li a:active,
div.register ul li.active a {
  opacity:1;  
  color:#ffffff;
  text-decoration:none;
}

div.register ul li.active a {
  background-position:50% 1px;
}

