.idTabs 
	{
		clear:both;
		list-style:none;
		margin-top:20px;
	}
.idTabs li 
	{
		float:left;
		background:url(tabbg.gif) no-repeat bottom left;
		text-align:center;width:172px;
		height:35px;
		line-height:40px;
		font-weight:bold;
		font-size:15px;
		color:#026584
	}
.noRightBrd 
	{
		border-right:0px
	}
.idTabs li a 
	{
		color:#026584;
		text-decoration:none;
	}
#tabsContainer 
	{
		margin:0px;
		width:535px;
		padding:10px;
		_position:relative;_top:-20px; /* THIS IS FOR STUPID IE5 HOPE ALL IT's DEV TEAM IS DEAD !!!! HAHHAHAHAHAHAH */ 
		height:340px;
		background:url(tabscontbg.gif) no-repeat top left;
	}
.selected 
	{
		width:172px;
		height:35px; 
		display:block;
		background:url(tabbgs.gif) no-repeat bottom left;
		color:#026584
	}