.dropdown_list {		
	position: absolute; 		
	background-color: #FFFFFF; 		
	border: 1px solid #c5c8cb;
	overflow:hidden;
	white-space: nowrap;
}

.dropdown_list span {
	padding-left: 5px;
	
} 

.dropdown_list a {
	display: block; 
	width: 100%;
	color : #6f6f6f;
	background-image: url(http://www.bluewateryachting.com/_images/_internet/dropdown_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right; 
	text-decoration: none;
} 

.dropdown_list a:hover {
	background-color:#f6f7fa;
	color : #6f6f6f;
	text-decoration: none;
} 


.dropdown_item a {
	display: block; 
	width: 100%;
	color : #6f6f6f;
	background-image: url(http://www.bluewateryachting.com/_images/_internet/spacer.gif);
	background-repeat: no-repeat;
	background-position: center right; 
	overflow:hidden;
	white-space: nowrap;
} 

.dropdown_item a:hover {
	background-color:#99c1c1;
	color : #FFFFFF;
	text-decoration: none;
}

.dropdown_item span {
	padding-left: 5px;
} 

.dropdown_item_selected a {
	display: block; 
	width: 100%;
	color : #6f6f6f;
	background-image: url(http://www.bluewateryachting.com/_images/_internet/spacer.gif);
	background-repeat: no-repeat;
	background-position: center right; 
	background-color:#dfeded;
	overflow:hidden;
	white-space: nowrap;
} 

.dropdown_item_selected a:hover {
	background-color:#99c1c1;
	color : #FFFFFF;
}

#dropdown_scrollbar_container {
	position:relative;
	width:143px;
}

#dropdown_scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
	background-color:#f0f0f0;
}

#dropdown_scrollbar_handle {
	width:10px;
	background-color:#90baba;
	cursor:move;
	opacity:0.9;
    -moz-opacity:0.9;
}

#dropdown_scrollbar_content {
	overflow:hidden;
	width:133px;
	height:95px;
}
