
#primary .yui-nav {
float: right;
clear: both;
list-style-type: none;
padding-right: 4px;
}

#features .yui-nav {
list-style-type: none;
float: right;
clear: right;
margin: 0; padding: 0 4px 0 0;
}

.yui-nav li {
float: left;
background: url("/images/nbr-tab-right.gif") top right no-repeat;
}

.yui-nav li a {
display: block;
padding: .8em;
font-weight: bold;
text-transform: uppercase;
font-family: 'Trebuchet MS', Tahoma, Verdana, Geneva, sans-serif;
background: url("/images/nbr-tab-left.gif") top left no-repeat;
}

#features .yui-nav li a {
background: url("/images/nbr-tab-left-onEED.gif") top left no-repeat;
}

#features .yui-nav li a {
font-size: 10px;
}

.yui-nav li.selected a {
color: #000;
}

/*
#latest-stories .yui-nav a {
color: #999;
}

#latest-stories .yui-nav li.selected a {
color: #000;
}
*/

.yui-content {
float: left;
width: 100%;
background: #fff url("/images/shadow-fff.gif") no-repeat bottom right; 
margin: 0 -4px 0 0;
}

/*
#latest-stories .yui-content {
width: 293px;
margin: 0 6px 0 0;
background: none;
border-top: 1px dotted #ccc;
padding: 5px;
}
*/

.yui-content .inner {
background: #edf0ea; 
margin: -4px 4px 4px -4px;
border: 1px solid #d6d6d6;
}

#primary .yui-content ul {
margin: 0;
padding: 1em;
list-style-type: none;
}

#other {
float: left;
width: 100%;
}