/* Selectbox CSS styles */

	.SiteSelect a{
		text-decoration: none;
		color: #000000;
		width: 130px;
		height: 20px;
		background-image: url(../images/downbox.gif);
		background-position: right;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
	}
	
	.SiteSelect a:hover{
		text-decoration: none;
		color: #000000;
		height: 20px;
		width: 130px;
		background-color: #355E8F;
		color: #FFFFFF;
	}
	
	.sfCurrent {
		display:block;
		border: 1px solid #009966;
		width:110px;
	}
	
	.sfHiddenChoices {display:none;}
	
	.sfShownChoices {
		background: #ffffff;
		border: 1px solid #009966;
		position:absolute;
		background-image: none;
	}
	
	.sfShownChoices a{
		display:block;
		background-image: none;
	}

	.sfChoise{
		display:block;
		background-image: none;
		color: #000000;
		text-decoration: none;
	}
	
	.sfChoiseHigh{
		background-color: #00CCFF;
		display:block;
		background-image: none;
	}
