/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
presentational modifications by Angus Maguire
*/
.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:0px solid #000;  /* label and content borders */
}

.yui-content
{
background: url(../../images/help_bg.jpg) no-repeat 0% 100% ;
min-height: 115px;
overflow: hidden;
}

.yui-nav li
{
height: 22px;
background: url(../../images/helptab_inactive_left.gif) no-repeat 0% 0%;
padding-left: 0px;
}

.yui-nav li a
{
background: url(../../images/helptab_inactive_right.gif) no-repeat 100% 0% ;
margin-left: 0px;
margin-left: 12px;
padding-right: 12px;
}

.yui-navset .yui-nav .selected a
{
background: url(../../images/helptab_active_right.gif) no-repeat 100% 0% ;
margin-left: 12px;
padding-right: 12px;
}

.yui-navset .yui-nav li.selected 
{
background: url(../../images/helptab_active_left.gif) no-repeat 0% 0% ;
padding: 0px;
margin: 0px;
margin-right: 4px;
}

.yui-navset .yui-nav li em { padding:0; } /* tab padding */

.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:0px; /* to match height of other tabs */
}





.yui-navset .yui-nav a:hover
{
text-decoration: underline;
}

