#menuHolder{
	width:137px;	
	background-repeat:no-repeat;
	float:left;
	padding-bottom:20px;
}

#menuHolder ul{
  margin:0 0 0 10px;
  padding:0px;  
}

#menuHolder li{
  margin:0px;
  padding:10px 0 10px 0;
  float:left;
  width:137px;
  border-bottom:1px solid #FF7C00;
  list-style-type:none;
  
 /* border:1px solid red;*/
}

#menuHolder li img{
  float:left; 
  margin-top:2px;
}

#menuHolder li a{
    text-decoration:none;
    float:left;
    width:120px;
    color:#ACACAC;
    font-size:11px;
    font-weight: 500;
}

#menuHolder li a:hover{
    color:#EBEBEB;    
}
