/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-tab-panel {
    display: none;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-selected {
    background: yellow;
}

.yui3-tab-panel-selected {
    background: yellow;
    display: block;
}

.yui3-tab {
    display: inline-block;
    margin-right: 0.5em;
    zoom: 1;
};
