.yui-navset .yui-nav li a {
    border:1px solid #c94c00;  /* label and content borders */
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover{
    background-color:#f6f7ee; /* active tab, tab hover, and content bgcolor */
}

.yui-navset .yui-nav li em { padding:.5em; } /* tab padding */

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* 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 1px 1px; /* 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:1px 0 1px 1px; /* 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:1px 1px 1px 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 */
}


/* ishibashi added */
.yui-navset .yui-nav li {
	text-align: center;
}
.yui-navset .yui-nav a {
	text-decoration: none;
	background-color: #FFF;
	color: #333;
}
.yui-navset .yui-nav .disabled a,
.yui-navset .yui-nav .disabled a:hover {
    background-color:#eee;
	color: #666;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:hover {
    background-color:#fae5dd;
	color: #c94c00;
}
.yui-navset .yui-nav a:hover {
    background-color:#fae5dd;
	color: #c94c00;
}
.yui-navset .yui-content {
    margin-top:-1px;
	border-top: 1px solid #c94c00;
}

