.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width:190px;
	max-width:210px;
	list-style: none;
	background: #FFF;
	border: solid 1px #dadada;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: hidden;
	padding:4px 0 0 0;
	margin: 0;
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #659800;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height:33px;
}

.dropdown .dropdown-menu LI.green{ background-color:#659800; color:#fff; line-height:26px; font-size:11px; padding-left:10px; text-transform:uppercase; margin-top:-4px;}


.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #5a5a5a;
	text-decoration: none;
	padding:0 0 0 30px;
	white-space: nowrap;
	background:url(../png/bulet.png) 10px 8px no-repeat;
	border-bottom:#e8e8e8 solid 1px;
	font-size:14px;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	
	color: #5a5a5a;
	cursor: pointer;
	background:url(../png/bulet.png) 10px -28px no-repeat;
}

.dropdown .dropdown-menu li.active > a,
{	
	color: #5a5a5a;
	cursor: pointer;
	background:url(../png/bulet.png) 10px -28px no-repeat;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 5px 0;
}

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
	
}

.dropdown .undo A { background-image: url(../arrow-curve-180-left.html); }
.dropdown .redo A { background-image: url(../arrow-curve.html); }
.dropdown .cut A { background-image: url(../scissors.html); }
.dropdown .copy A { background-image: url(../document-copy.html); }
.dropdown .paste A { background-image: url(../clipboard.html); }
.dropdown .delete A { background-image: url(../cross-script.html); }








@media only screen and (min-width:320px) and (max-width:767px) {
.dropdown.dropdown-tip{ left:50px !important;}

.dropdown.dropdown-tip:before{ left:186px;}
.dropdown.dropdown-tip:after{left:187px;}


}
