.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:0px solid #000;  /* label and content borders */
}

.yui-navset .yui-nav a {
	background-color:#ebe8e8; /* active tab, */
}

.yui-navset .yui-nav .selected a {
	background-color:#2b2b2b; /* active tab, */
}

.yui-navset, .yui-navset .yui-content {
    /*background-color:#2b2b2b; /* tab hover, and content bgcolor */
}

.yui-nav a:hover {
    background-color:#b1afaf;
}

.yui-nav li.selected a:hover {
	background:#2b2b2b;
}

.yui-navset .yui-nav li em { /* tab padding */
	padding: .5em 1.2em;
}

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:0; /* to match height of other tabs */
}

.yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

.yui-navset-bottom .yui-nav .selected a {
    border-width:0;/* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:0; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}