/*
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
*/
.yui-navset .yui-nav li a, .yui-navset .yui-content {
	height: 66px;
	width: 121px;
	display: block; /* label and content borders */
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
margin:0;
 	background: url(/images/vi_btn_picup.jpg) no-repeat  left bottom;
		height: 67px;
	width: 121px;/* active tab, tab hover, and content bgcolor */
}

.yui-navset .yui-nav li em { padding:.5em; } /* tab padding */

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
margin:0;
	height: 67px;
	width: 121px;
	display: block;
	background: url(/images/vi_btn_picup.jpg) no-repeat  left bottom;
}

.yui-navset .yui-content {
	height: 200px;
	width: 529px;
	float: right;
	overflow: hidden;
	background: url(/images/vi_bg.jpg) no-repeat;
}

/* overrides for other orientations */

.yui-navset-bottom .yui-nav .selected a {
margin:0;
	height: 67px;
	width: 121px;
	display: block;
	background: url(/images/vi_btn_picup.jpg) no-repeat  left bottom;
    border-width:0 1px 1px; /* no top border for active tab */
    padding:0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
margin:0;
	height: 67px;
	width: 121px;
	display: block;
	background: url(/images/vi_btn_picup.jpg) no-repeat  left bottom;
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
margin:0;
	height: 67px;
	width: 121px;
	display: block;
	background: url(/images/vi_btn_picup.jpg) no-repeat  left bottom;
    padding:0 ; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0; /* for active tab overlap */
}

