.cm_button
{
	float: left;
	cursor: pointer;
	background: orange url('../img/control/window.gif') no-repeat;
	width:12px;
	height:12px;
}
.cm_header
{
background: #440000;
color: white;

}
span.cm_place
{
	/*float:left;*/
	position:absolute;
	/*bottom:1px;*/
	/*margin-top:12px;*/
	z-index: 20;
	/*border:1px solid red;*/
  font-size: 8pt;
	font-family: Arial;
}
span.cm_place ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 19;
}

span.cm_place ul li
{
	padding: 0px;
	margin: 0px;
	width:160px;
	list-style-type: none;
	z-index: 18;
}

.cm_place ul li a
{
	display: block;
	padding:2px 2px 2px 2px;	
  margin:1px 0px;
	text-decoration: none;	
	border:1px solid #999;
	background: #EEE;
	z-index: 17;
	color: black;
}
.cm_place ul li a:hover
{
	color: orange;
}
