	<style type="text/css">
		.yui-nav li {
			padding: 0;
			margin: 0;
			margin-right: 3px !important;		/* spacing between tabs */
		}
		.yui-nav li.selected {
			margin-bottom: -1px;	/* hide bottom border on selected tab */
		}
		.yui-nav a {
			background: #EAEAEA;
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 2px;
			color: #666;
			border: 1px solid #ccc;
			border-bottom: 0;
			text-decoration: none;
			padding: 0 8px;
		}
		.yui-nav a em {
			display: inline !important;
			line-height: 22px;
			_margin-right: -1px;
		}

		.yui-nav a:hover {
			background: #ccc;
			color: #333;
			border-color: #999;
		}

		.yui-nav .selected a, .yui-nav .selected a:hover {
			background: #FFF;
		}

		.yui-nav .selected a {
			color: #333;
			border-color: #A9C3D9;
		}

		.yui-nav .selected a em {
			line-height: 29px;
			overflow: hidden;
			_margin-right: 0px;
		}

		.yui-content {
			border:1px solid #A9C3D9;
			padding: 10px;
		}
		
	</style>
