.lev1_off{
  float: left;
  display: inline;
  width: 244px;
  padding: 10px 0;
  clear: both;
  font: 13px Tahoma;
  line-height: 19px;
  color: #b4cdaa;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.lev1_off:hover{
  color: #fff;
  text-shadow: 1px 1px #46496a;
}

.lev1_on{
  float: left;
  display: inline;
  width: 244px;
  padding: 10px 0;
  clear: both;
  font: 13px Tahoma;
  line-height: 19px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  text-shadow: 1px 1px #46496a;
}

.lev2_off{
  float: left;
  display: inline;
  width: 244px;
  padding: 10px 0;
  clear: both;
  font: 13px Tahoma;
  line-height: 19px;
  color: #b4cdaa;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.lev2_off:hover{
  color: #fff;
  text-shadow: 1px 1px #46496a;
}

.lev2_on{
  float: left;
  display: inline;
  width: 244px;
  padding: 10px 0;
  clear: both;
  font: 13px Tahoma;
  line-height: 19px;
  color: #b4cdaa;
  text-align: center;
  text-decoration: none;
  outline: none;
  text-shadow: 1px 1px #46496a;
}

.menu_sep {
 float: left;
 display: inline;
 clear: both;
 font-size: 0;
 width: 244px;
 height: 2px;
 background: url(../../uploads/image/menu_sep.jpg) no-repeat 0 0;
}