	.sgstMenu 
	{
		border: 1px solid lightblue;
		background: #000000;
		position: absolute;
		padding: 5;
		z-index: 1000;
		width:450px;
	}
	.sgstMenuItem
	{			
		color: #000000;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
		padding:2px 2px 4px 2px;
	}
	.sgstMenuClose a
	{
		font-size:9px;
	}
