#select_menu {
/*	font-size: 1.6em;
	padding-left: 20px;
*/

	width: 995px;
	height: 30px;
	display: block;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: white;
	border-bottom: 2px solid #3E3A39;
}

#select_menu #title {
	font-size: 1.6em;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
	font-weight: bold;
	width: 500px;
}

#select_menu ul.select {
	list-style-type: none;
}

#select_menu .select li.select_item {
	border-top: 1px solid  #3E3A39;
	border-right: 1px solid  #3E3A39;
	float: left;
	width: 90px;
	height: 20px;
	padding-top: 2px;
	margin-top: 7px;
	text-align: center;
	cursor: pointer;
}

#select_menu .select li.off {
	background-color: #cfcfcf;
	cursor: default;
}


#select_menu .select li.selected_item {
	color: white;
	background-color:  #3E3A39;
}

#select_menu .select li.select_item:nth-child(1){
	border-left: 1px solid  #3E3A39;
}

.select_panel{
	display: none;
}