
.dropDownCustom{
	position:relative;
	height: 26px;
	width: 178px;
}

.dropDownText{
	/*background-image: url(../images/button.png) top center no-repeat;*/
	width:170px;	
	position:absolute;
	top:0px;
	left: 0px;
	padding:7px 5px 5px 7px;
	/*color:#A7A7A7;*/
	color:#666;
	cursor:pointer;	
	font:300 12px Arial;
	z-index:1000;
}

#button {
	height: 32px;
	width: 180px;
	margin: auto;
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.the_menu {
	display:none;
	border:solid 1px #999;
	width:178px;
	background-color: #F7F7F7;
	position:relative;
	_margin-top:-6px;
}

.the_menu td {
	background-color: #F7F7F7;
	font:300 12px Arial;
}

.the_menu td a {
	color:#666; 
	text-decoration:none; 
	padding:7px; 
	display:block;
}

.the_menu td a:hover,.the_menu .active {
	padding:7px;
	background:#EA552B;
	color:#fff;
	display:block;
	font:700 12px Arial;
}


/*****SORT*******/


.dropDownCustomShort{
	position:relative;
	height: 26px;
	width: 78px;
}

.dropDownTextShort{
	/*background-image: url(../images/button.png) top center no-repeat;*/
	width:70px;	
	position:absolute;
	top:0px;
	left: 0px;
	padding:7px 5px 5px 7px;
	/*color:#A7A7A7;*/
	color:#666;
	cursor:pointer;	
	font:300 12px Arial;
	z-index:1000;
}

#buttonShort {
	height: 32px;
	width: 70px;
	margin: auto;
}

.the_menuShort {
	display:none;
	border:solid 1px #999;
	width: 172px;
	background-color: #F7F7F7;
	position:relative;
	_margin-top:-6px;
	margin-left:0px !important;
}

/*.the_menuShort td {
	background-color: #F7F7F7;
	font:300 12px Arial;
}*/

.the_menuShort td {
	color:#666; 
	text-decoration:none; 
	padding:2px 7px; 
	display:block;
}

.the_menuShort td:hover,.the_menuShort .active {
	padding: 2px 7px;
	background:#EA552B;
	color:#fff;
	display:block;
}
