		.trigger{
			cursor:pointer;
			padding:5px;
			border:0;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#ddf;
		}		
		.expanded{
			background:#DBECFF;
			cursor:pointer;
			padding:5px;
			border-bottom:1px solid #C1D4DB;
			border-top:2px solid #C1D4DB;
			margin-top:40px;
		}
		.expanded:hover{
			cursor:pointer;
			margin-top:40px;
		}
		.show{
     position:static;
     display: table;
     background:#FFFBE3;
     border-bottom:2px solid #C1D4DB;
     margin-bottom:40px;
		}
		
		.show ul{
		list-style-type:none;
		margin-bottom:20px;
		}
		
		.show ul li{
			background: url(images/bullet.gif) 0% 50% no-repeat;
			padding:0 0 0 15px;
			margin:0 0 0 20px;
		}
		
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}

