		/* core tabview overrides */

		.yui-nav li {
			padding: 0;
			margin: 0;
			margin-right: -0px !important;		/* spacing between tabs */

   font: 12px arial, verdana, helvetica;
   font-weight:bold;
		}

		.yui-nav li.selected {
			margin-bottom: -1px;	/* hide bottom border on selected tab */
		}

		.yui-nav a {
			background: #00A6CB ;
   /* url('/images/layout/tab_normal.jpg'); */
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 2px;
			color: #fff;
			border: 1px solid #ccc;
			border-bottom: 0;
			text-decoration: none;
			padding: 0 20px;

		}

		.yui-nav a em {
			display: inline !important;
   text-decoration:none;
			line-height: 33px;
			_margin-right: -1px;

		}

		.yui-nav a:hover {
			background: #A5E5FC ;
   /* url('/images/layout/tab_hover.jpg'); */
			color: #16758A;
			border-color: #A5E5FC;
   text-decoration:none;
		}

		.yui-nav .selected a, .yui-nav .selected a:hover {
			background: #E8E8E8 ;
   text-decoration:none;
   /*url('/images/layout/tab_selected.jpg');*/
		}

		.yui-nav .selected a {
			font-size: 14px;
			color: #333;
			border-color: #16758A;
			padding: 0 20px;
			height: 35px;
   text-decoration:none;
		}

		.yui-nav .selected a em {
			line-height: 30px;
			overflow: hidden;
			_margin-right: 0px;
   text-decoration:none;
		}

		.yui-content {
			border: 1px solid #16758A;
			background-color: #E8E8E8;
			padding: 10px;
		}


		/* rounded corners */

		.yui-nav a .tl, .yui-nav a .tr {
			position: absolute;
			width: 6px;
			height: 6px;
			top: -1px;
		}

		.yui-nav a .tl {
			left: -1px;
			background: transparent url('/images/layout/tab_normal_tl.gif') no-repeat;
		}

		.yui-nav a .tr {
			right: -1px;
			background: transparent url('/images/layout/tab_normal_tr.gif') no-repeat;
		}

		.yui-nav a:hover .tl {
			background: transparent url('/images/layout/tab_hover_tl.gif') no-repeat;
		 }

		.yui-nav a:hover .tr {
			background: transparent url('/images/layout/tab_hover_tr.gif') no-repeat;
		}

		.yui-nav .selected a .tl, .yui-nav .selected a .tr {
			width: 7px;
			height: 7px;
		}

		.yui-nav .selected a .tl {
			background: transparent url('/images/layout/tab_selected_tl.gif') no-repeat !important;
		 }

		.yui-nav .selected a .tr {
			background: transparent url('/images/layout/tab_selected_tr.gif') no-repeat !important;
		}

		/* /rounded corners */

