dl.select,
dl.select * {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.select {
	position: relative;
	height: 15px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	display: block;
	float: left;
}

	dl.select dt {
		display: block;
		border: 1px solid #7F9DB9;
		background-image: url('arrow.jpg');
		background-position: right;
		background-repeat: no-repeat;
		padding: 0 17px 0 2px;	
		background-color: #ffffff;
	}

		dl.select dt span {
			display: block;
			height: 15px;
			line-height: 15px;
			overflow: hidden;
			padding-right: 17px;
		}
	
	dl.select dd {
		display: block;
		display: none;
		position: absolute;
		z-index: 3;
		top: 16px;
		left: 0px;
		border: 1px solid #7F9DB9;
	}
	
	dl.select dd.long {
		height: 225px;
		overflow: auto;
	}
	
		dl.select dd ul {
			background-color: #ffffff;
			overflow: hidden;
		}
		
			dl.select dd ul li a {
				position: relative;
				cursor: default;
				display: block;
				text-decoration: none;
				color: #000000;
				padding: 0 2px 0 2px;
				height: 15px;
				line-height: 15px;
			}
		
			dl.select dd ul li a:hover {
				text-decoration: none;
				background-color: #0a246a;
				color: #ffffff;
			}