

			
#search_menu{
  position: relative;
  width: 12em;
  font-family: arial;
  font-size: 11px;
  font-weight:bold;
  height: 575px;
  margin-left: 5px;
}

#search_menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#search_menu li{
  float: left;
  margin: 0 0.15em;
}
				
#search_menu li a{
  background: url(background.gif) #fff bottom left repeat-x;
/*  height: 2em;*/
  line-height: 2em;
  float: left;
  width: 15em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #0d2474;
  text-decoration: none;
  text-align: center;
}



