
.yui-navset div.loading div {
    background:url(/images/spinner.gif) no-repeat center center;
    height:8em; /* hold some space while loading */
}


.yui-content {
background-color:#fff;
color:black;
height:385px;
overflow-y:hidden;
overflow-x:hidden;

}
.yui-nav a{
	font-style:normal;
	text-decoration:none;
	font-weight: bold;
	color:#38312b;
	font-size:12.5px;
	font-family:Arial, Helvetica, sans-serif;

}

.yui-navset li em{
font-style:normal;


}



.yui-nav{
	background-color:white;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0px;
	height:27px;
	overflow:hidden;
	margin-left:0px;
	
}

.yui-navset .yui-nav .selected a{
	
	margin-left:0px;
	margin-right:0px;
	background-image:url(/images/GreyCornerTabBk.gif);
	height:26px;
	width:103px;
	display:block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:4px;

	
}

.yui-navset .yui-nav a{
	
	margin-left:0px;
	margin-right:0px;
	background-image:url(/images/GreyCornerTabBkOff.gif);
	height:26px;
	width:103px;
	display:block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:4px;
	 

	
}

.yui-navset .yui-nav li {
	width:auto;
	padding-left:0px;
	padding-right:2px;
	list-style-type: none;
	
	margin:0px;
	display:inline-block;
	text-align:center;
	float:left;
	
}

.yui-navset .yui-nav .selected a{
	 
color:white;
}



