#content-explorer {
	padding-top: 20px;
	width:100%;
	line-height:normal;
	}

#content-explorer ul {
		font-size: 0.9em;
		padding: 10px 10px 0;
		list-style: none;
		max-width: 770px;
		margin: 0 auto;
		background: url(img/menu_bg.gif) bottom repeat-x;
		height: 31px;
		}

#content-explorer ul li {
			float: left;
			background: url(img/right.gif) right top no-repeat;
			text-align: center;
			overflow: hidden;
			margin-left: 5px;
			}

#content-explorer ul li a {
				display: block;
				background: url(img/left.gif) left top no-repeat;
				padding: 8px 20px 5px 20px;
				font-weight: normal;
				color: #999;
				}

#content-explorer ul li a:hover {
				color: #990000;
				}

#content-explorer ul li.selected {
				background: url(img/right_cur.gif) right top no-repeat;
				}

#content-explorer ul li.selected a {
				background: url(img/left_cur.gif) left top no-repeat;
				padding-bottom: 7px;
				color: #000000;
				font-weight: bold;
				}

div.yui-content {
	overflow: auto;
	padding: 0px;
	border-left: solid 0px #000;
	border-right: solid 0px #000;
	border-bottom: solid 0px #000;
	}
