/* tabs */
.yui-navset .yui-nav li
{
  font:77% verdana;
  margin-bottom:-10px; /* pointer overlap */
  padding-bottom:6px; /* make room for pointer */
  position:relative;
  top:-2px; /* pull above nav */
}
/* content pane */
.yui-navset .yui-content
{
  background:#fff;
  border:1px solid #FFA500;
  }
.yui-navset .yui-nav 
{
  background: #F7F8FA;
  /* url(http://image.dashofer.hu/tabview/newcats_bkgd.gif) repeat-x; */
  border-right:1px solid #FFA500;
  border-bottom:1px solid #FFA500;
  border-left:1px solid #FFA500;
  text-align: center;
}
.yui-navset .yui-nav li a em
{
  padding:0.5em;
  font-weight: 500;
  color: #000;
}
.yui-navset .yui-nav .selected a
{
  background: #FCCB05;
  /*  url(http://image.dashofer.hu/tabview/tab_right.gif) no-repeat top right; */
  color:#fff;
}
/*
.yui-navset .yui-nav .selected { background:url(http://image.dashofer.hu/tabview/ptr.gif) no-repeat bottom center; }
.yui-navset .yui-nav .selected em { background:url(http://image.dashofer.hu/tabview/tab_left.gif) no-repeat; }
*/
#top-stories{width: 99%;}
.channel_name{text-decoration:none; cursor:hand;}
.topic_title{color: #008100;text-decoration:underline;}
.topic_preface{color: #000;text-decoration:none; cursor:hand;}
.grey{color: #897C8C;}