	#left-tab		{		position: absolute;		left: 10%;		width: 19%;		background: #fff;	}	#centerleft-tab { 		position: absolute; 		left:30%;		width:19%;		background:#fff;		}	#centerright-tab { 		position: absolute; 		left:50%;		width:19%;		background:#fff;		}	#right-tab { 		position: absolute; 		left:70%;		width:19%;		background:#fff;		}		#left-tab a {		color: #fff;		}	#centerright-tab a {		color: #fff;		}	#centerleft-tab a {		color: #fff;		}	#right-tab a {		color: #fff;		}	#left-tab a:visited { color: silver; }	#centerright-tab a:visited {		color: silver;		}	#centerleft-tab a:visited {		color: silver;		}	#right-tab a:visited {		color: silver;		}			#right-tab, #centerright-tab, #centerleft-tab, #left-tab {		border:1px solid #000;		text-align: center;		font-size: 14pt;		background: #699;		color: #fff;		}				/*	#left-tab		{		background: #9c9;		font-weight: bold;		color: #fff;	}*/		.Content-Box		{		padding: 10px 20px;		margin: 5% 15% 5% 15%;		border: 1px dotted #333;		background-image: none;		background-color: #fff;	}