		/* general */
		.layout { width: 100%; margin: auto; float:left}
		
		/* tab strip */
		.tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
		.tabStrip li { position: relative; margin: 0 2px 0 0; list-style-type: none; float: left; _width: 0px; }
		.tabLink {       display: block; text-decoration: none; padding: 5px 5px 0px 5px; height: 22px; border-top:1px solid #666; border-right:1px solid #666; border-left:1px solid #666; border-bottom:1px solid #;background: #FFF url('../images/tabs/tabBg.png') repeat-x; color: #ffffff; white-space: nowrap; cursor:pointer; margin-bottom:-1px; font-weight:bold;  }
		.tabLink:hover { background-position: 0 0; }
		.tabLinkActive { display: block; text-decoration: none; padding: 5px 5px 0px 5px; height: 22px; border-top:1px solid #666; border-right:1px solid #666; border-left:1px solid #666; border-bottom:1px solid #FFF; background:#FFF url('../images/tabs/tabBgActive.png') repeat-x; color: #000; white-space: nowrap; margin-bottom:-1px; font-weight:bold; }
		.tabLinkActive:hover { background-position: 0 0; }
		.tabContent { display: none; }
		.tabContentActive { display: block; clear: both; background:#FFF; border:1px solid #666; padding: 2px; margin: 0 0 2px 0; }
		
		/* tab rounded corners */
		.corner { position: absolute; width: 10px; height: 10px; background: url('../images/tabs/corners.png') no-repeat; font-size: 0%;}
		.TL { top: 0; left: 0; background-position: 0 0; }
		.TR { top: 0; right: 0; background-position: -10px 0; }
		.BL { bottom: 0; left: 0; background-position: 0 -10px; }
		.BR { bottom: 0; right: 0; background-position: -10px -10px; }
<!--[if lte IE 6]>
.corner { position: absolute; width: 10px; height: 10px; background: url('../images/tabs/corners.png') no-repeat; font-size: 0%;  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
<!--[endif]-->