#img_menu_tp_on {
    display: block;
    position:relative;
    top:0px;
    left:0px; 
    text-align: center;
        background-image:url(/modules_custom/mod_img_menu/images/tp_active.png);
  		background-color:#729EDA;
    width: 133px;
    height: 23px;
}
#img_menu_tp_on:hover {
    display: block;
    position:relative;
    top:0px;
    left:0px; 
    text-align: center;
	    background-image:url(/modules_custom/mod_img_menu/images/tp_active.png);
  		background-color:#729EDA;
    width: 133px;
    height: 23px;
}