/*	Tab Styles - BEGIN	*/
/* default space between tabs */
.yui-navset .yui-nav li {
    margin:0 0.5em 0 0; /* horizontal tabs */
}

/* .yui-navset defaults to .yui-navset-top */
.yui-navset .yui-nav { /* protect nested tabviews from other orientations */
    /*border:solid #2647a0; /* color between tab list and content */
    /*border-width:0 0 5px;*/
    Xposition:relative;
    zoom:1;
}

.yui-navset .yui-nav li {
    margin:0; /* space between tabs */
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
    text-align: center;
}

.yui-navset .yui-nav .selected { 
    margin:0 0em 0 0; /* for overlap */
}

.yui-navset .yui-nav a {
    width: 100%;
    color:#000;
    text-decoration:none;
}
.yui-navset .yui-nav a {background: url(/images/Tab/TabOff_20.gif) repeat-x; /* tab background */}
.yui-navset .talltab a {background: url(/images/Tab/TabOff.gif) repeat-x; /* tab background */}
.yui-navset .loantab a 
{
	width: 120px;
	height: 28px;
	background: url(/images/Tab/Loans/Loan_Unselected.gif) repeat-x; /* tab background */
	color:#ffffff;
	padding: 4px 0px 4px 0px;
	margin: 0 2px 0 0;
	font-weight: bold;
	font-size: 8pt;
}

.yui-navset .yui-nav a em {
    /*border:solid #a3a3a3;
    border-width:1px 0 0;*/
    cursor:hand;
    padding:0.25em .75em;
    left:0; right: 0; bottom: 0; /* protect from other orientations */
    /* top:-1px; for 1px rounded corners */
    position:relative;
}
.yui-navset .talltab a em {bottom: 2;}
.yui-navset .loantab a em {}


.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:url(/images/Tab/TabOn_20.gif) repeat-x; /* selected tab background */
    color:#000;
}
.yui-navset .talltab .selected a,
.yui-navset .talltab .selected a:focus, /* no focus effect for selected */
.yui-navset .talltab .selected a:hover { /* no hover effect for selected */
    background:url(/images/Tab/TabOn.gif) repeat-x; /* selected tab background */
    color:#000;
}

.yui-navset .loantab .selected a,
.yui-navset .loantab .selected a:focus, /* no focus effect for selected */
.yui-navset .loantab .selected a:hover { /* no hover effect for selected */
    background:url(/images/Tab/Loans/Loan_Selected.gif) repeat-x; /* selected tab background */
    color:#ffffff;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:url(/images/Tab/TabOff_20.gif) repeat-x; /* selected tab background */
    outline:0;
    text-decoration: underline;
}
.yui-navset .talltab a:hover,
.yui-navset .talltab a:focus {
    background:url(/images/Tab/TabOff.gif) repeat-x; /* selected tab background */
    outline:0;
    text-decoration: underline;
}

.yui-navset .loantab a:hover,
.yui-navset .loantab a:focus {
    background:url(/images/Tab/Loans/Loan_Selected.gif) repeat-x; /* selected tab background */
    outline:0;
    text-decoration: underline;
}

.yui-navset .yui-nav2 a:focus {
    background:url(/images/Tab/TabOff.gif) repeat-x; /* selected tab background */
    outline:0;
    text-decoration: underline;
}
.yui-navset .yui-nav .selected a em {
    padding:0.25em 0.75em; /*raise selected tab */
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    /*border-color:#243356; /* selected tab border color */
}
.yui-navset .yui-content {
    /*background:#edf5ff; /* content background color */
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    /*border:1px solid #808080; /* content border */
    /*border-top-color:#243356; /* different border color */
    /*padding:0.25em 0.5em; /* content padding */
}
.yui-navset .talltab li em .pipe,
.yui-navset .yui-nav li em .pipe
{
    background-color: #788a98;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ffffff;
}
.yui-navset .talltab li em .pipe,
.yui-navset .yui-nav li em .pipe
{
    display: block;
    position: absolute;
    right: -1px;
    width: 1px;
}
.yui-navset .yui-nav li em .pipe {height: 1.5em; top: 1px;}
.yui-navset .talltab li em .pipe {height: 2.5em; top: 3px;}
.HomeMenu {
    font-size: 11px;
    width: 100%;
	line-height: normal;
	margin: 0px 0px 0px 0px;
}
.tabOptions 
{
    list-style: none;
    position: relative;
    text-align: center;
    padding: 2px 2px 2px 2px;
    display: inline;
    vertical-align: middle;
    zoom: 1;
}
.tabs
{
    width: 100%;
    margin: 0px 0 0px 0; /* for overlap */
    padding: 0 0 0 0;
    text-align: center;
    margin: 0 0 0 0;
}
.nospace 
{
    line-height: normal;
    padding: 0 0 0 0;
    margin: 6px 0 3px 0;
}
/*	Tab Styles - END	*/
#tabLoanTypes ul.loantab  {height: 29px;}