.yui-navset .yui-nav li { /* tabs */
    font:100%/1.2 verdana;
    margin-bottom:-10px; /* pointer overlap */
    padding-bottom:6px; /* make room for pointer */
    position:relative;
    top:-2px; /* pull above nav */
}


.yui-navset .yui-content { /* content pane */
    background:#fff;
    border:1px solid #000000;
}

.yui-navset .yui-nav {
    background:#6e0201; 
    border:1px solid #000000;
}

.yui-navset .yui-nav li a em {
    padding:1em;
    text-decoration:none;
}

.yui-navset .yui-nav a {
    font:130%/1.2 verdana;
    color:white;
}

.yui-navset .yui-nav .selected a {
    background:#250101;
    border-top:1px solid #000000;
    text-decoration:none;
    color:yellow;
}

.yui-navset .yui-nav a:hover {text-decoration:underline;)

.yui-navset .yui-nav .selected { bottom center; }
.yui-navset .yui-nav .selected em { no-repeat; }
