.tab a { 
	color: #006;
	text-decoration: none;
	font-weight: bold;
}

.tab a:hover {	
	text-decoration: underline;
}

	.tab-container { 	border-bottom: 0px solid #666; 
										position: relative; 
										font: bold 13px Arial,sans-serif;
										margin-bottom: 0px;
										padding-bottom: 0px;}
	.tab { 
										position: absolute; 
										float: left; 
										z-index: 5; 
										top: 0px; 
										left: 5px; }

	
	.ua-l {
		width: 5px;
			height: 29px;
			float: left;
		  background-image: url("../images/tabs/tab-ua-l.gif");
	}

	.ua-l-ps {
		background-image: url("../images/tabs/tab-ua-l-ps.gif");
		width: 5px;
		height: 29px;
		float: left;
	}

	.ua-m {
		padding: 8px 5px 0px 4px;
		color: #006;
		background-image: url("../images/tabs/tab-ua-mid.gif");
		background-repeat: repeat-x;
		height: 29px;
		float: left;
	}

	.ua-m-uc {
			padding: 8px 5px 0px 5px;
			color: #666;
			background-image: url("../images/tabs/tab-ua-mid.gif");
			background-repeat: repeat-x;
			height: 29px;
			float: left;
	}

	.ua-r {
		background-image: url("../images/tabs/tab-ua-r.gif");
		width: 4px;
		height: 29px;
		float: left;
	}

	.ua-r-last {
			background-image: url("../images/tabs/tab-ua-r-last.gif");
			width: 5px;
			height: 29px;
			float: left;
	}

	.s-l {
			background-image: url("../images/tabs/tab-s-l.gif");
			width: 5px;
			height: 29px;
			float: left;
		}

		.s-m {
			padding: 8px 5px 0px 5px;
			color: #f60;
			background-image: url("../images/tabs/tab-s-mid.gif");
			background-repeat: repeat-x;
			height: 29px;
			float: left;
		}
		.s-r {
			background-image: url("../images/tabs/tab-s-r.gif");
			width: 4px;
			height: 29px;
			float: left;
	}

			.s-r-last {
				background-image: url("../images/tabs/tab-s-r-last.gif");
				width: 5px;
				height: 29px;
				float: left;
	}