.yui-navset .yui-nav li a,.yui-navset .yui-content {
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid; 
	border-bottom-style: solid; 
	border-left-color: #99C0D6; 
	border-right-color: #99C0D6; 
	border-top-color: #99C0D6; 
	border-bottom-color: #99C0D6;
}
.yui-navset .yui-nav .selected a,.yui-navset .yui-nav a:hover,.yui-navset .yui-content {
	background-color: #F0F0F0;
}
.yui-navset .yui-nav li em {
	padding: .5em;
}
.yui-navset .yui-nav .selected a {
	border-bottom-width: 0; 
	padding-bottom: 1px;
}
.yui-navset .yui-content {
	margin-top: -1px;
}
.yui-navset-bottom .yui-nav .selected a {
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	padding-top: 1px; 
	padding-right: 0; 
	padding-bottom: 0;
}
.yui-navset-bottom .yui-content {
	margin: 0 0 -1px;
}
.yui-navset-left .yui-nav li.selected a {
	border-width: 1px 0 1px 1px; 
	padding: 0 1px 0 0;
}
.yui-navset-left .yui-content {
	margin: 0 0 0 -1px;
}
.yui-navset-right .yui-nav li.selected a {
	border-width: 1px 1px 1px 0; 
	padding: 0 0 0 1px;
}
.yui-navset-right .yui-content {
	margin: 0 -1px 0 0;
}

