/* rigt article menu*/
.rigt_article_menu{
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  font-weight      : normal;
  text-decoration  : none;
  padding-left     : 1px;
  padding-right    : 0px;
  display          : block;
  list-style       :none;
  margin-top       :10px;
}
.rigt_article_menu a:link, .rigt_article_menu a:visited{
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  font-weight      : bold;
  text-decoration  : none;
  padding-left     : 1px;
  padding-right    : 0px;
  display          : block;
  list-style       :none;
}
.rigt_article_menu a:hover{
  font-family      : Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #ffffff;
  background-color : #333333;
  font-weight      : bold;
  text-decoration  : none;
  padding-left     : 1px;
  padding-right    : 0px;
  display          : block;
  list-style       :none;
}
.submenu{
padding-left: 10px;
padding-top       :3px;
}