body {
	margin: 0;
	font: 15px/1.5 微软雅黑,Verdana,sans-serif,宋体;
}
.ui-menu-main {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.ui-menu-main a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ddd;
	transition: all .2s;
}
.ui-menu-main a:hover,
.ui-menu-main a.on {
	//color: #fff;
	//background-color: #428bca;
	//border-color: #428bca;
	color: #428bca;
	font-weight: bold;
	border-left: 5px solid #428bca;
}
input{
	width:155px;
}
.combo-clear {  
  background-color: #E0ECFF;  
  width: 18px;  
  height: 20px;  
  overflow: hidden;  
  display: inline-block;  
  vertical-align: top;  
  cursor: pointer;  
  opacity: 0.6;  
  filter: alpha(opacity=60);  
  background: url('../../easyui/themes/icons/combo_clear.png') no-repeat center center;  
}
.combo-clear-hover {  
  opacity: 1.0;  
  filter: alpha(opacity=100);  
  background-color: #eaf2ff;  
}