

#menu1 {
  width : 135px;
  float : left;
  display : inline;
  border-bottom: 2px solid #ddd;
}

#menu1 ul {
  margin : 5px;
  list-style-type : none;
  z-index: 50;  
  
}

#menu1 ul li {
  margin-bottom : 1px;
  text-align: left;
  margin-left: -45px ! important;
  margin-left: 2px;
  z-index: 50;  
}


#menu1 ul a {
  position : relative; 
  width: 130px;
  height: 17px;
  display: block;
  padding: 2px;
  padding-right: 0;
  border: 1px solid #fff;
  background: #fff;
  color: #669900; 
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  z-index: 50;  
}

#menu1 ul span {
  position : absolute;
  top : -9000px;
  left : -9000px;
  display : block;
  width : 400px;
  height : auto; 
  background : #99FFCC;
  border : 1px solid #669900;
  padding : 5px;
  text-indent : 5px;
  text-align: left;
  font-family:arial, verdana, sans-serif; 
  font-size:12px;
  font-weight: normal;
  cursor : pointer; 
  color : #000;

}




#menu1 ul a:hover, ul a:focus, ul a:active {
  background : #99FFCC;
  
  color : #000;
  border : 1px solid #669900;
  
  
}


#menu1 ul a:hover span, ul a:focus span, ul a:active span {
  top : -1px;
  left: 142px ! important;
  left : 135px;
     
}


#menu1 ul span img{
float: left;
 border-right : 10px solid #99FFCC;

}


