/* 
	Site: Trafigura Graduates
	Date: October 2009 
	Description: Javascript CSS stylesheet. 
	Version: 1.0 
	Author: Pete Luffman
	Author URI: http://www.merchantmarketinggroup.com 
*/ 

#toggle {
	display: block;
	width: 58px;
	height: 20px;
	text-indent: -999em;
	background-image: url(../../../../images/template/btn-more.png);
	}
	#toggle:hover { background-position: 58px 0; }
	
	#toggle.less { background-position: 0 20px; }
	#toggle.less:hover { background-position: 58px 20px; }
	
#tab {
	display: block;
	width: 107px;
	height: 25px;
	background: url(../../../../images/template/droptab.gif) no-repeat;
	text-indent: -999em;
	position: absolute;
	right: 0px;
	top:0px;
	}
