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

.wallcc  {
	margin-left: 0px !important;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #000;
	border: solid 1px #FCCB5A;
	overflow: visible;
	padding: 0px;
	margin: 0;
	color: #ac3535;
	margin-left: 0px;
}

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

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

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  right: 76px;
  content: '';
}

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

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 73px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FCCB5A;
  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: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	margin: 0;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #FCCB5A;
	color: #000;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #f1eda9;
	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(icons/arrow-curve-180-left.png); }
.dropdown .redo A { background-image: url(icons/arrow-curve.png); }
.dropdown .cut A { background-image: url(icons/scissors.png); }
.dropdown .copy A { background-image: url(icons/document-copy.png); }
.dropdown .paste A { background-image: url(icons/clipboard.png); }
.dropdown .delete A { background-image: url(icons/cross-script.png); }

/*#dropdown-2  {*/
	/*left: 210px !important;*/
	/*top: 40px !important;*/
/*}*/

/*#dropdown-1  {*/
	/*left: 145px !important;*/
	/*top: 40px !important;*/
/*}*/
/*#dropdown-0 {*/
    /*left: 70px !important;*/
    /*top: 40px !important;*/
/*}*/

.headerDrop  {
	background: #D91114;
	border-bottom: double #D91114;
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	padding-top: 5px !important;
	font-size: 12px;
}

.bal{}

.bal ul  {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.bal ul li  {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.bal ul li:first-child {
	background: #F0BE53;
	padding-bottom: 3px;
}
.bal ul li:last-child {
	border-top: 1px solid #F0BE53;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 5px;
	color: yellow;
}

.noAttr  {}
