	div.focusdiv a.close_btn {
		position: absolute;
		top: -15px;
		left: 621px;
		background: url(images/tab/close_btn.png)  no-repeat top left;
		z-index: 10;
		width: 42px;
		height: 46px;
	}

	div.focusdiv a.close_btn span {
		position: absolute;
		text-indent: -9999px;
		overflow: hidden;
	}

	div.focusdiv div#theader {
		width: 651px;
		padding: 0;
		margin: 0 0 0px 0;
		height: 18px;
		background: url(images/tab/tab_header.gif) no-repeat top left;
	}
	
	div.focusdiv div#theader ul {
		list-style-type: none;
		width: 651px;
		margin-top:3px;
		padding: 0;
		position: absolute;
		height: 32px;
	}
	
	div.focusdiv div#theader ul h3 {
		margin: 0px;
		padding: 0;
	}
		
	div.focusdiv div#theader ul li {
		height: 32px;
		display: inline;
		margin: 0px 2px 0px 2px;
		padding: 7px 0 20px;
		background: none;
	}
	
	div.focusdiv div#theader ul li span {
		height: 32px;
		padding: 7px 0 10px;
		background: none;
	}
	
	div.focusdiv div#theader ul li span a {
		padding: 7px 5px 11px;
		margin: 0px 5px;
		text-decoration: none;
		color: #98834E;
		background: none;
		outline: none;
	}
	
	div.focusdiv div#theader ul li.hover, div.focusdiv div#theader ul li:hover {
		background: url(images/tab/nav_left.gif) no-repeat top left;
	}

	div.focusdiv div#theader ul li.hover span, div.focusdiv div#theader ul li:hover span {
		background: url(images/tab/nav_right.gif) no-repeat top right;
	}
	
	div.focusdiv div#theader ul li.hover span a, div.focusdiv div#theader ul li:hover span a {
		background: url(images/tab/nav_middle.gif) repeat-x top left;
		color: #98834E;
	}
	
	div.focusdiv div#theader ul li.active {
		background: url(images/tab/active_left.gif) no-repeat top left;
	}

	div.focusdiv div#theader ul li.active span {
		background: url(images/tab/active_right.gif) no-repeat top right;
	}
	
	div.focusdiv div#theader ul li.active span a {
		background: url(images/tab/active_middle.gif) repeat-x top left;
		color: #FFF;
	}
	
	div.focusdiv div#tcontent {
		width: 651px;
		padding: 60px 0 0 0;
		margin: 0;
		background: url(images/tab/nav_bg.png) repeat-y top left;
	}
	
	div.focusdiv div#tcontent div.subdiv{
		width: 633px;
		padding: 0 0 15px 0;
		margin: 0 3px;
		background: #FFF url(images/tab/tab_bg.jpg) repeat-x bottom left;
		min-height: 150px;
	}
	
	/* Nasty Safari Hack to make the background relative, purely gross */
	/*\*/
	html*div.focusdiv div#tcontent div.subdiv{
		position: relative;
		left: -3px;
	}
	/**/

	div.focusdiv div#tcontent div.subdiv p{
		margin:3px 15px;
	}

	div.focusdiv div#tcontent div.subdiv table{
		margin:3px 15px;
	}
	
	div.focusdiv div#tfooter {
		width: 651px;
		padding: 0;
		margin: 0;
		height: 19px;
		background: url(images/tab/tab_footer.png) no-repeat top left;
	}
	
	