div.command_menu_wrapper {
	display: inline-block;
	width: 16px;
	height: 9px;
	position: relative;
}


a.command_menu {
	display: block;
	/*
	width: 16px;
	height: 9px;
	background: url('command_menu.png') no-repeat -32px;
	*/
}

tr.selected a.command_menu {
	background-position: -16px;	
}
/*
a.command_menu:hover,
a.command_menu.checked {
	background-position: 0px !important;
}
*/
div.command_list {
	position: absolute;
	z-index: 1000000;
	background-color: #FFFFFF;
	border: #ccc solid 2px;
	display: none;
	top: 32px;

}


div.command_list a {
	display: block;
	min-height: 16px;
	text-decoration: none;
	padding: 6px 10px;
	width: 200px;
	text-align: left;
	color: #000;
}

div.command_list a:hover {
	background-color: #eee;
	color: #000;
}

.command_list:after {
	display: block;
	position: absolute;
	content: '';
	top: -8px;
	left: 3px;
	width: 0px;
	height: 0px;
	border-bottom: 8px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	box-sizing: border-box;

}





.command_list:before {
	display: block;
	position: absolute;
	content: '';
	top: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	border-bottom: 10px solid #ccc;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	box-sizing: border-box;

}

/*
.command_list > :first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.command_list > :last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
*/


/*
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
*/