.dropdown-menu {
	/*font: 14px sans-serif;*/
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown-menu UL {
	max-width: 252px;
	list-style: none;
	background: #FF3700;
	/*border: solid 1px #DDD;*/
	/*border: solid 1px rgba(0, 0, 0, .2);*/
	/*border-radius: 6px;*/
	/*box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}

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

.dropdown-menu.has-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-menu.has-tip.anchor-right:before {
	left: auto;
	right: 9px;
}

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

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


.dropdown-menu.has-scroll UL {
	max-height: 358px;
	overflow: auto;
}

.dropdown-menu LI {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 19px;
	font-size: 12px;
}

.dropdown-menu LI > A,
.dropdown-menu LABEL {
	display: block;
	/*color: #555;*/
	color: white;
	text-decoration: none;
	line-height: 19px;
	/*padding: 3px 15px;*/
	padding: 0.2em 0.6em;
	/*white-space: nowrap;*/
}

.dropdown-menu LI > A:hover,
.dropdown-menu LABEL:hover {
	background-color: #878787;
	/*color: #FF3700;*/
	cursor: pointer;
}

.dropdown-menu .divider {
	height: 1px;
	background: #E5E5E5;
	margin: 5px 1px;
	overflow: hidden;
}

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

.dropdown-span {
	width: 83.8% /* 215px / 252px */;
	height:1.2em /* 15px */;
	padding:0.2em 3.255% 0.2em 3.255%/* 2px 7px / 215px 2px 7px / 215px */;
	color:#FFFFFF;
	border:0.1em solid #ff3700 /* 1px */;
	background-color:#ff3700;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	display: inline-block;
}

.dropdown-span:hover {
	cursor: pointer;
}

.btn_down
{
	position: relative;
	float: right;
	display: block;
	height: 1.5em;
	width: 8.5%;
	background: #FF3700 url(/automotive/content/images/down-btn.gif) no-repeat 45% 35%;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	/*offset problem IE7*/
	.top: -20px;
}

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