/* Top menu */
#top_menu {
 position:absolute;
 top:226px;
 right:30px;
 text-align:right;
}

.topcat { 
 text-align:left;
 font-size:13pt;
 list-style:none;
}

.topcat li {
 float: left;
 display:block;
 height:49px;
 background:url('../_img/menutop_separator.jpg') transparent no-repeat right 0;
}

.topcat li a {
 display:block;
 padding:17px 20px 0 10px;
 height:32px;
 text-align:center;
 color:#39532C;
}

.topcat li a:hover {
 color:#fff;
}
.topcat li.mactual a {
  background:url('../_img/navi_top_over.jpg') transparent no-repeat 0 0;
}
.topcat li#naviset_4 {
  background:none;
}

/* Top menu end */

