
	div.wc-dropdown {
		display: block;
		height: 29px;
		width: 667px;
		
		text-align: center;
		
		padding-left: 150px;
		margin-top: 2px;
		
		font-family: verdana;
		font-size: 14px;
	}
	
	div.wc-dd-box {
		height: 22px;
		text-align: center;
		
		padding-top: 1px;
		
		border: solid 1px #FFA200;
		
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
		
		_height: 23px;
	}
	
	div.wc-dd-box-label-normal {
		color: #000000;
	}
	
	div.wc-dd-box-label-over {	
		background-color: #FFFFFF;
		color: #FFA200;
		
		z-index: 1;
	}
	
	div.wc-dd-box-label {
		height: 21px;
		
		display: inline;
		float: left;

		font-family: verdana; 
		font-size: 13px; 
		text-align: center;
		
		border: none;
		
		margin-top: 1px;
		margin-left: 1px;
		
		background-color: #FFFFFF;
		
		_margin-top: 0px;
		_padding-top: 1px;
	}
	
	div.wc-dd-box-btn {
		position: relative;
		display: inline;
		float: right;
		
		height: 23px; 
		width: 19px;
		
		font-family: verdana; 
		font-size: 16px; 
		
		margin-top:-1px;
		margin-right:0px;
		
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}
	
	div.wc-dd-box-btn-normal {	
		background-color: #FFFFFF;
		border-left: solid 1px #FFA200;
		color: #FFA200;
	}
	
	div.wc-dd-box-btn-over {	
		background-color: #FFA200;
		border-left: none;
		color: #FFFFFF;
	}
	
	div.hidden {
		display: none;
	}

	div.wc-dd-menu {
		height:0px;
		overflow: visible;
		
		position: relative;

		margin-top: -1px;
		z-index: 2;
	}
	
	#content p.wc-dd-menuItem {
		height: 17px;
		margin-top: -1px;
		width: 100%;
		
		border: solid 1px #ffeabd;
		border-left: solid 1px #F59000;
		border-right: solid 1px #F59000;
		
		padding-top: 3px;
		font-size: 11px;
		text-align: center;
		background-color: #F7F7F7;
		
		_height: 20px;
		_margin-top: -20px;
	}
	
	#content p.wc-dd-menuItem-over {
		height: 17px;
		margin-top: -1px;
		width: 100%;
		
		border: solid 1px #ffeabd;
		border-left: solid 1px #F59000;
		border-right: solid 1px #F59000;
		
		background-color: #FFFFFF;
		color: #FFA200;
		
		padding-top: 3px;
		font-size: 11px;
		text-align: center;
		
		_height: 20px;
		_margin-top:-20px;
	}
	
	#content a.wc-dd-button {
		display: block;
		
		height: 19px;
		width: 80px;
		
		background-color: #FFFFFF;
		border: solid 1px #FFA200;
		
		color: #000000;
		
		padding-top: 4px;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		
		_height: 25px;
	}
	
	#content a.wc-dd-button:hover {
		background-color: #FFFFFF;
		border: solid 1px #F59000;
		
		color: #F59000;
	}
	
	#content a.wc-dd-button:active {
		background-color: #F7F7F7;
		border: solid 1px #F59000;
		
		color: #F59000;
	}