.yui-navset .yui-nav li a{
	border:0;
	text-decoration:none;
  padding-left:0.2em;
/* label and content borders */
}
.yui-navset .yui-nav li a:hover{
	text-decoration:underline;
  color:#717171;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover{
    background:url(../img/top/tabu_3.gif) no-repeat 0px -32px; /* active tab, tab hover, and content bgcolor */
	color:#717171;
}3

.yui-navset-top .yui-nav .selected a {
   /* border-bottom:0;*/ /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover{
	padding-bottom:1px;
}
.yui-navset-top .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

.yui-navset-bottom .yui-nav .selected a {
    border-top:0; /* no bottom border for active tab */
    padding-top:1px; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin-bottom:-1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-right:0; /* no bottom border for active tab */
    padding-right:3px; /* to match height of other tabs */
}

.yui-navset-left .yui-content {
    margin-left:-1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-left:0; /* no bottom border for active tab */
    padding-left:3px; /* to match height of other tabs */
}

.yui-navset-right .yui-content {
    margin-right:-1px; /* for active tab overlap */
    *margin-right:0; /* except IE */
}
/*
.yui-content{
  border:1px #999;
	border-style:solid none none none;
}*/