#top-stories {
	width:600px;
	float: left;
} /* arbitrary width */

#top-stories .yui-content {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 0.6em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
.bd {
	font-size: 13px;
	color: #333333;
	font-family: Arial;
}
.bd a {
	font-size: 13px;
	color: #333333;
	font-family: Arial;
	text-decoration: none;
}
.yui-navset .yui-nav li { /* tabs */
    font:12px Arial;
    margin-bottom:-12px; /* pointer overlap */
    padding-bottom:6px; /* make room for pointer */
    position:relative;
    top:-2px; /* pull above nav */
}


.yui-navset .yui-content { /* content pane */
    background:#FFFFFF url(bg.jpg) repeat-x;
}

.yui-navset .yui-nav {
	background: url(02newcats_bkgd.gif) repeat-x;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #cdcdcd;
	border-left: 0px none;
}

.yui-navset .yui-nav li a em {
    padding:4px 24px 2px 23px;
}

.yui-navset .yui-nav .selected a {
	background:url(02tab_right.gif) no-repeat right top;
	color:#fff;
}

.yui-navset .yui-nav .selected { background:url(02ptr.gif) no-repeat center bottom; }
.yui-navset .yui-nav .selected em { background:url(02tab_left.gif) no-repeat; }
