div.dropdown{
	position: relative;
	background-image: url("img/icon_15_list.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 15px;
	width: 15px;
}
div.dropdown_container{
	display: none;
	overflow: visible;
	z-index: 50;
}
div.dropdown_pointer{
	position: absolute;
	background:none;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
	width: 19px;
	top: 14px;
	color: #d4d4d4;
}
div.dropdown_right div.dropdown_pointer{
	right: 0px;
}

div.dropdown_commands{
	position: absolute;
	top: 26px;
	left: -6px;
	font-size: 13px;
	min-width: 100px;
	background-color: #d4d4d4;
  box-shadow: 1px 0 2px 0 rgb(0, 0, 0, 0.5);	
	color: #6a6a6a;		
	z-index: 50;  
}
div.dropdown_right div.dropdown_commands{
	left: auto;
	right: 3px;
}


div.dropdown_commands_element{
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
}
div.dropdown_commands_element:hover{
	background-color: rgba(255,132,120,0.7) ;
	color: #FFFFFF;
}
