.trigger{
	cursor:pointer;
	margin-top: 5px;
	margin-bottom: 5px;
		}		
.trigger:hover{
	cursor:pointer;
	color: #FFFFFF;
	background-image: url(crossshead_hover2.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}		

.expanded{
	cursor:pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}

.expanded:hover{
	cursor:pointer;
	color: #FFFFFF;
	background-image: url(crossshead_hover2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#nosto {

}

#nosto .expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	width: 100px;
	margin: -100px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-bottom-color: #000099;
		}
.show{
     position:static;
     display: table;
		}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
		}
