@CHARSET "ISO-8859-1";

.i2m_ComboBox {
	cursor: pointer;
	width: 115px;
}

.i2m_ComboBox h2 {
	background: url(../img/select.gif) no-repeat;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
}

.i2m_ComboBox ul li {
	background: #FAFAFA;
	border: 1px solid #000;
	border-top: none;
	margin: 0px;
	padding: 2px;
}

.i2m_ComboBox ul li.over {
  background: #00A;
  color: #FFF;
}

.i2m_ComboBox ul li span.ComboBoxId {
	display: none;
}