		.trigger{
		    width:202px;
		    height:28px;
			cursor:pointer;
			background:url(../images/About_07.jpg) top left no-repeat;
			line-height:28px;
		}		
		.trigger:hover{
			cursor:pointer;
			background:url(../images/About_07.jpg) top left no-repeat;
		}		
		.expanded{
			background:url(../images/About_10.jpg) top left no-repeat;
			height:28px;
			line-height:28px;
			cursor:pointer;
		}
		.expanded:hover{
			background:url(../images/About_10.jpg) top left no-repeat;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}

