.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #0152A3;  /* label and content borders */
    background-color:#0152A3;
  
}


.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    background-color:#E6F2FF; /* active tab, tab hover, and content bgcolor */
    text-decoration:none;
   
}



.yui-navset .yui-nav li a {
  /* label and content borders */
  
}



.yui-navset .yui-nav li em { padding:.4em .5em .4em .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 */
    text-decoration:none;
}

.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 */
}


/*customization*/

.yui-navset .yui-nav li a em { display:block; color:#fff; font-weight:normal; font-size:1em}
.yui-navset .yui-nav li.selected  a em { display:block; color:#0051A2; font-weight:normal; font-size:1em}

.yui-navset .yui-nav li a:hover em {display:block; color:#0051A2;text-decoration:none}

#contentBoxCenter ul   {
  padding:0px;
}





