
* {
	margin: 0;
	padding: 0;
}


#content-explorer {
	padding-top: 0px;
    width:100%;
    line-height:normal;
	font-style:normal;
	}
	#content-explorer ul {
		padding: 0px 10px 0;
		list-style: none;
		masx-width: 770px;
		background: url(/images/tabs/menu_bg.gif) bottom repeat-x;
		height: 33px;
		}
		#content-explorer ul li {
			float: left;
			background: url(/images/tabs/right.gif) right top no-repeat;
			text-align: center;
			overflow: hidden;
			margin-left: 5px;
			}
			#content-explorer ul li a {
				display: block;
				background: url(/images/tabs/left.gif) left top no-repeat;
				padding: 10px 15px 8px 15px;
				font-weight: bold;
				text-decoration: none;
				color: #999;
				font-size:11px;
			}
			#content-explorer ul li a:hover {
				color: #333333;
			}
			#content-explorer ul li.selected {
				background: url(/images/tabs/right_cur.gif) right top no-repeat;
			}
			#content-explorer ul li.selected a {
				background: url(/images/tabs/left_cur.gif) left top no-repeat;
				padding-bottom: 10px;
				color: #333333;
			}
			
div.yui-content {
	border-bottom: 2px solid #BAD3F7;
	border-right: 2px solid #BAD3F7;
	border-left: 2px solid #BAD3F7;
	padding: 10px;
}
