
.clear {
	clear: both;
}


#content-explorer {
	padding-top: 20px;
    width:100%;
    line-height:normal;
	
	}
	#content-explorer ul {
		margin:0;
		padding: 10px 10px 5px  0;
		list-style:none;
		/*max-width: 770px;*/
		background: url(../images/imagesTabs/menu_bg_n.gif)  bottom repeat-x;
		height: 20px;
		}
		#content-explorer ul li {
			float: left;
			background: url(../images/imagesTabs/tabrightB.gif) right top no-repeat;
			text-align: center;
			overflow: hidden;
			margin-left: 0px;
			}
			#content-explorer ul li a {
				display: block;
				background: url(../images/imagesTabs/tableftB.gif) left top no-repeat;
     			padding:6px 15px 6px 15px;
				font:10px Verdana;
				text-transform:uppercase;
				color:#666;
			}
			#content-explorer ul li a:hover {
				color:#666;
			}
			#content-explorer ul li.selected {
				background: url(../images/imagesTabs/tabrightB_cur.gif) right top no-repeat;			
			}
			#content-explorer ul li.selected a {
				background: url(../images/imagesTabs/tableftB_cur.gif) left top no-repeat;
				padding-bottom: 7px;
				color:#666;
			}
			
div.yui-content {
	overflow: inherit;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	padding: 20px;
}
