.select_menu_holder {
	position: relative;
}

.select-button-left {
	float: left;
	width: 5px;
	height: 17px;
	background: transparent url('../images/selectmenu/select-button/button-left.png') no-repeat 0 0;
}

.select-button-content {
	float: left;
	height: 15px;
	width:35px;
	padding: 1px 3px 1px 3px;
	background: transparent url('../images/selectmenu/select-button/button-bg.png') repeat-x 0 0;
	color: #c7cace;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

.select-button-right {
	float: left;
	width: 15px;
	height: 17px;
	background: transparent url('../images/selectmenu/select-button/button-right.png') no-repeat 0 0;
	cursor: pointer;
}


.select-menu-left {
	float: left;
	width: 3px;
	height: 94px;
	background: transparent url('../images/selectmenu/select-menu/select-menu-left.png') no-repeat 0 0;
	overflow: hidden; /* IE is ruling... */
}

.menu-content-holder {
	float: left;
	height: 92px;
	padding: 1px 0;
	background: transparent url('../images/selectmenu/select-menu/select-menu-bg.png') repeat-x 0 0;
}

.select-menu-content {
	width: auto;
	height: 90px;
	padding: 1px;
	background: transparent;
	color: #c7cace;
	font-family: Tahoma;
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	list-style: none;
}

.select-menu-content li {
	display: block;
	margin: 0;
	padding: 1px 0 0 0;
	height: 16px;
	cursor: pointer;
}

.select-menu-content li div {
	float: left;
	padding: 1px;
	height: 16px;
}

ul li div.left {
	float: left;
	width: 3px;
	height: 18px;
	padding: 0;
}

ul li div.right {
	float: left;
	width: 3px;
	height: 18px;
	padding: 0;
}

ul li.selected div, ul li.hover div {
	background: transparent url('../images/selectmenu/select-hover/option-hover.png') repeat-x 0 0;
}

ul li.selected div.left, ul li.hover div.left {
	padding: 0;
	width: 3px;
	height: 18px;
	background: transparent url('../images/selectmenu/select-hover/hover-left.png') no-repeat 0 0;
}

ul li.selected div.right, ul li.hover div.right {
	padding: 0;
	width: 3px;
	height: 18px;
	background: transparent url('../images/selectmenu/select-hover/hover-right.png') no-repeat 0 0;
}

.select-menu-right {
	float: left;
	width: 16px;
	height: 94px;
	background: transparent url('../images/selectmenu/select-menu/select-menu-right.png') no-repeat 0 0;
}


div.slider {
	width: 4px;
	height: 82px;
	margin: 0;
	background: transparent url('../images/selectmenu/slider/slider.png') no-repeat 0 0;
	position: relative;
	left: 5px;
	top: 5px;
}

div.slider div.slider-handle {
	width: 8px;
	height: 8px;
	background: transparent url('../images/selectmenu/slider/slider-handler.png') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	left: -2px;
}
