.idTabs 
	{
		clear:both;
		list-style:none;
		margin-top:20px;
	}
.idTabs li 
	{
		float:left;
		/*background:url(tabbg.gif) no-repeat bottom left;*/
		text-align:center;
		height:63px;
		line-height:65px;
		font-weight:bold;
		font-size:15px;
		color:#fff;
		width:355px;
	}
.noRightBrd 
	{
		border-right:0px
	}
.idTabs li a  
	{
		color:#fff;
		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:349px;
		height:69px; 
		display:block;
		/*background:url(tabson.gif) no-repeat bottom left;*/
		color:#000!important;
	}
	
	#tabbb1 {_position:relative;left:-6px;}
	#tabbb1.selectedLeft a.selected
	{
		background:url(tabs.gif) no-repeat bottom left ;
		background-position: 0px 2px;
		width:343px;
	}
	
	#tabbb2 {position:relative;left:-40px;}
	#tabbb2.selectedMid a.selected
	{
		background:url(tabs.gif) no-repeat bottom left ;
		background-position: -317px -64px;
		width:355px;
		_background-position: -317px -66px!important;
	} 
	 
	#tabbb3 {position:relative;left:-70px;}
	#tabbb3.selectedRight a.selected	
	{
		background:url(tabs.gif) no-repeat bottom left ;
		background-position: -677px -132px;
		_background-position: -680px -134px!important;
	}
	