/**
  * We don't use the content space under the tabs. We just use
  * the tabs buttons, so we hide the content area. 
  */
#environmentNavigation.yui-navset .yui-content {
  display: none;
}

#environmentNavigation.yui-navset .yui-nav {
  padding-left:10px;
}

#environmentNavigation.yui-navset .yui-nav a {
  margin-top:2px;
  height:1.8em;
}

#environmentNavigation.yui-navset .yui-nav li a em {
  padding:3px 10px;
}
#environmentNavigation.yui-navset .yui-nav .selected { /*Allows selected tab to cover top border of title bar when using this skin*/
  margin-bottom:-1px;
}