#main_menu {
  background-color: #fff;
  margin-top: 15px;
  line-height : normal;
  text-align: left;
  height:auto;
  overflow:hidden;
  width: 475px;
  padding: 0px 20px;
  background-color: #fff;
  background-image: url(../images/style/bg_horiz_wide_lb.gif);
  background-repeat: repeat-y;
}
#main_menu ul {
  list-style-type : none;
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  text-align:right;
  display:inline;
}

#main_menu ul li a{
  padding-right:26px;
}

#main_menu li {
  display : inline;
  margin : 0;
  padding : 0;
}

#main_menu a {
  float : left;
  margin-left : 1px;
  padding : 0 0 0 5px;
  text-decoration : none;
  font: 10pt Arial, sans-serif;
  color: #777;
  line-height: 25px;
  vertical-align: middle;
}

#main_menu a:hover {
  color: #333;
}

#main_menu a span {
  float : left;
  display : block;
}
#main_menu dfn {
  display:none;
}
#main_menu #current a {
  color: #333;
}

#yymenu a {
  padding: 2px;
  text-decoration: none;
  display: block;
  color: #000;
  margin: 0px;
  background: #fff;
  font: 8pt Arial, sans-serif;
}
#yymenu a.last {
  border: none;
  border-style: none;
}
#yymenu  {
  background: #fff;
}
#yymenu a:hover {
  color: #000;
  background-color: #ccc;
}
.mmLevel1, .mmLevel2{
  padding-top:0px;
  margin-bottom:5px;
}
/*
#yymenu .sub {
  background-repeat: no-repeat;
  background-position: right center;
}
*/
