.pop {
	position: relative;
	display: inline;
}
.pop .pop_menu {
	display: none;
	-moz-border-radius: 4px 0px 4px 4px;
	-webkit-border-radius: 4px 0px 4px 4px;
	top: auto;
	right: -13px;
}
.pop .pop_toggle {
	background-color:transparent;
    width: 20px;
    height: 20px;
	padding:3px;
	margin-top:2px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.active .pop_menu {
	display: block;
	background-color: rgb(135, 182, 217);
	color: #fff;
	position: absolute;
	padding: 10px;
	margin: 0 0 0 2px;
	width:auto;
	box-shadow: 0px 1px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,.25);
 }
.active .pop_menu p {
	text-align:left;
    color: #fff;
	padding:5px 0 5px 0;
}
.active .pop_menu a {
    color: #333;
}
.active .pop_menu a:hover {
    color: #fff;
}
.active .pop_toggle {
	z-index: 2000;
	position: relative;
	padding:3px;
	top: 0;
	left: 0;
	/*background-image: url(../../images/print.png);*/
	background-color:rgb(135, 182, 217);
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.ico_imp {
	background-image: url(../../images/print.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ico_apli {
	background-image: url(../../images/apli.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ico_input {
	background-image: url(../../images/input-edit.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ico_imp_lst {
	background-image: url(../../images/print_lst.png);
    background-repeat: no-repeat;
    background-position: center center;
}