/*
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{border:none;text-decoration:none/*border:1px solid #000000/* label and content borders */}
.yui-navset li, .yui-navset li a{cursor:hand;text-align:center;}
.yui-content{background:url(../img/backgrounds/rounded_box_filler.gif) transparent repeat-y top center;}
.yui-navset .yui-nav .selected a,.yui-navset .yui-nav a:hover,.yui-navset .yui-content{}
.yui-navset .yui-nav li em{padding: 5px;/* tab padding */ font-weight:bold;width:150px;color:#A0006D;}
/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a{border-bottom-width:0;/* no bottom border for active tab */ text-decoration:none;}
.yui-navset .yui-content{}
/* overrides for other orientations */
.yui-navset-bottom .yui-nav .selected a{border-width:0 1px 1px/* no top border for active tab */}
.yui-navset-bottom .yui-content{}
.yui-navset-left .yui-nav li.selected a{border-width:1px 0 1px 1px/* no right border for active tab */}
.yui-navset-left .yui-content{}
.yui-navset-right .yui-nav li.selected a{border-width:1px 1px 1px 0/* no left border for active tab */}
.yui-navset-right .yui-content{}

