/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*

#content .yui-navset .yui-nav li a,
#content .yui-navset .yui-content {
  border: none;  /* label and content borders */
  text-decoration: none;
  }

#content .yui-navset .yui-nav .selected a,
#content .yui-navset .yui-nav a:hover {
  background: #f6efd2; /* active tab, tab hover, and content bgcolor */
  }
.yui-navset .yui-content {
  margin: 6px 18px 6px 18px;
  border-top: 3px solid #f6efd2; /* active tab, tab hover, and content bgcolor */
  }


.yui-navset .yui-nav li em {
  padding:.5em;
  font-style: normal;
  } /* 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 */
  background: #f6efd2;
  }

.yui-navset .yui-content {
  margin-top:-2px; /* for active tab overlap */
  }

