#suggestions {
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
  z-index: 9999;
  display: none;
  padding-bottom: 5px;
  position: relative;
}
#suggestions li {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px !important;
  cursor: pointer;
  line-height: 1.5;
  padding: 0 0 0 10px; 
  width: 340px;
}
#suggestions li.acTitle {
  font-weight: bold;
  background-color: #888;
  color: #fff;
  margin:9px 0;
  padding:2px 0 2px 10px;
}
#hmenu {
font-size:100%;
list-style-type:none;
margin:0;
padding:5px 0 15px;
width:99%;
}
li.iehover {
	background: #808298;
	color: #FFFFFF;
}
#outer {
  display: none;
  position: absolute;
  z-index: 5000;
}
