/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/


.yui-navset .yui-nav li a {
	font-size:12px;
	padding:5px 0 5px 0;
	margin:0;
	height:39px;
	text-align:center;
	vertical-align:middle;
	display:block;
	background:url(bg_b_country.gif) top left no-repeat;
/* label and content borders */
}

.yui-nav li a {
text-decoration:none;
text-indent:-9000em;
}

.yui-nav li a.navi_01 { width:87px; background-position:0px 0px; }
.yui-nav li a.navi_02 { width:87px; background-position:-87px 0px; }
.yui-nav li a.navi_03 { width:87px; background-position:-174px 0px; }
.yui-nav li a.navi_04 { width:87px; background-position:-261px 0px; }
.yui-nav li a.navi_05 { width:87px; background-position:-348px 0px; }
.yui-nav li a.navi_06 { width:87px; background-position:-435px 0px; }
.yui-nav li a.navi_07 { width:88px; background-position:-522px 0px; }


/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
	background:url(bg_b_country_m.gif) top left no-repeat;
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}

.yui-nav li.selected a.navi_01 { width:87px; background-position:0px 0px; }
.yui-nav li.selected a.navi_02 { width:87px; background-position:-87px 0px; }
.yui-nav li.selected a.navi_03 { width:87px; background-position:-174px 0px; }
.yui-nav li.selected a.navi_04 { width:87px; background-position:-261px 0px; }
.yui-nav li.selected a.navi_05 { width:87px; background-position:-348px 0px; }
.yui-nav li.selected a.navi_06 { width:87px; background-position:-435px 0px; }
.yui-nav li.selected a.navi_07 { width:88px; background-position:-522px 0px; }

.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 */
}
