#main_menu
{
  /*padding: 0 0.5em;*/
  margin: 0 auto;
  text-transform: uppercase;
  /*font-family: Courier;
  font-size: 12px;*/
  min-width: 764px;
}

#main_menu a {
  margin-right: 1px;
  background-color: #003399;
  display: inline;
  color: #eee;
  padding: 0 1em;
  display: block;
}

#main_menu a:hover,
#main_menu a.big:hover {
  background-position: 0 25px;
  color: #fff;
  text-decoration: none;
text-shadow: #000 2px 2px 0px;
}


#mainmenu a {
  float: left;
}


/* The dropdown menu toggle image */
#menu_toggle
{
  float: right;
  margin-right: 10px;
  padding-top: 3px;
}
#menu_toggle span
{
  position: relative;
  right: 5000px;
}

#main_menu a {
  width: 58px;
height: 21px;
background: url(../images/theme/small_button.png) top;
float: left;
font-size: 14px;
text-shadow: #000 1px 1px 0px;
text-align: center;
padding-top: 4px;
/*másik font*/
font-size: 12px;
width: 62px;
}

#main_menu a.big {
width: 94px;
width: 98px;
background: url(../images/theme/big_button.png) top;
}

#menu_nav {
  margin: 0 auto;
}

span.new_pm {
  background: url(../images/theme/new_pm.png) no-repeat;
  width: 42px;
  height: 34px;
  display: block;
  position: relative;
  top: -40px;
  left: -5px;
  z-index: -20;
}

@media screen and (max-width: 880px) {
  span.new_pm {
    top: -10px;
  }
}
