body#index #content-explorer {
	/* padding-top: 20px; */
	line-height:normal;
	width: 458px;
	height: 238px;
	}
	
	#content-explorer div#tabmenu {
	width: 459px;
	list-style:none;	
	height: 23px;
	border-bottom: 1px solid #7AC1EE;
	}	
	
	#content-explorer #tabmenu .yui-nav {
		height: 23px;
	}
	
	#content-explorer ul {
			text-decoration: none;
			margin: 0;
			padding: 2px 0;
			list-style:none;	
		}
		#content-explorer ul li {
				font-size: 10px;
				display: inline;
				background: url(../images/tabmenuMOff.gif) repeat-x center top;
				text-align: center;
				padding: 0;
				margin-right: 1px;	
				float: left;
			}
			#content-explorer a {
				color: #E0E0E0;
				background: url(../images/tabmenuLOff.gif) no-repeat left top;
				float: left;
				font-size: 12px;
				margin:	0;
				padding-left:7px;
				text-decoration: none;
			}
			#content-explorer span {
				background: url(../images/tabmenuROff.gif) no-repeat right top;
				display: block;
				padding:4px 13px 2px 5px;
			}
			
			#content-explorer a span {
				float: none;
			}

			#content-explorer ul li.selected {
				display: inline;
				background: url(../images/tabmenuMOn.gif) repeat-x center top;
				text-align: center;
				margin-right: 1px;	
				float: left;
			}
			#content-explorer ul li.selected a {
				color: #E0E0E0;
				background: url(../images/tabmenuLOn.gif) no-repeat left top;
				float: left;
				padding-left:7px;
				text-decoration: none;
			}
			#content-explorer ul li.selected span {				
				background: url(../images/tabmenuROn.gif) no-repeat right top;
				display: block;
				padding:4px 13px 8px 5px;
			}
			
#content-explorer ul li.label {
	display: inline;
	color:#105988;	
	text-align: center;
	font-size: 13px;
	padding: 0px;
	float: left;
	padding:4px 13px 5px 5px;
}
		
div.yui-content {	
	position:relative;
}

.divider {
	height:1px;
	background-color:#406F8E;
	margin: 0 6px 2px 6px; 
}

.tabsBottomDivider {
	background: url(../images/tabsBottomDivider.gif) repeat-x center top;
	margin-bottom: 2px;
	width: 460px;
}